@extends('layouts.app') @section('content') @section('css') @endsection
| Id | User | Type | Shift | Amount | Date |
|---|---|---|---|---|---|
| {{$i++}} | {{$row->user_name}} | {{$row->type}} | {{$row->shift}} | {{env('CURRENCY')}}{{$row->amount}} |
{{ date("j-F-Y", strtotime($row->created_at)) }}
{{ date("h:i:s A", strtotime($row->created_at)) }} |
| {{env('CURRENCY')}}{{$total}} |