@if(Session::has('message'))
@endif
{{ Session::get('message') }}
| ID | Plan | Amount | Type | Date | |
|---|---|---|---|---|---|
| {{$tran->tx_no}} | {{$tran->dplan()->name}} | {{number_format($tran->amount,2 , '.',',')}} | {{$tran->type}} | {{\Carbon\Carbon::parse($tran->created_at)->toDayDateTimeString()}} | |
| No data available in table | |||||