| {{__('lang.wallet_sno')}} | {{__('lang.wallet_amount')}} | {{__('lang.wallet_type')}} | {{__('lang.wallet_comments')}} | {{__('lang.wallet_date_time')}} |
|---|---|---|---|---|
| {{$i++}} | {{\Helpers::currency($row->amount)}} | {{$row->type}} | {{$row->description}} @if($row->order_info) {{__('lang.wallet_please_click_on')}} #{{$row->order_info->id}} @endif |
{{\Helpers::commonDateFormate($row->created_at)}} {{\Helpers::commonTimeFormate($row->created_at)}} |
| {{__('lang.wallet_record_not_found')}} | ||||