Transactions
| User | Reference # | Amount | Processed On | Note | Approved? | Add New |
|---|---|---|---|---|---|---|
| {{ $tran->first_name }} {{ $tran->last_name }} | {{$tran->reference}} | {{ number_format($tran->amount, 2)}} | {{ \Carbon\Carbon::parse($tran->processed_date)->format('m/d/Y')}} | {{$tran->tran_info}} | @if($tran->approved_by > 0) Approved @else Not Approved @endif |