@php($account_transaction = \App\Models\AccountTransaction::where('from_type', 'restaurant')->where('from_id', $restaurant->vendor->id)->paginate(25)) @foreach($account_transaction as $k=>$at) @endforeach
{{ translate('messages.sl') }} {{translate('messages.received_at')}} {{translate('messages.balance_before_transaction')}} {{translate('messages.amount')}} {{translate('messages.reference')}} {{translate('messages.action')}}
{{$k+$account_transaction->firstItem()}} {{$at->created_at->format('Y-m-d '.config('timeformat'))}} {{\App\CentralLogics\Helpers::format_currency($at['current_balance'])}} {{\App\CentralLogics\Helpers::format_currency($at['amount'])}} {{$at['ref']}}
{{--
1-15 of 380
--}}
{{$account_transaction->links()}}