@php($withdraw_transaction = \App\Models\WithdrawRequest::where('vendor_id', $restaurant->vendor->id)->paginate(25)) @foreach($withdraw_transaction as $k=>$wt) @endforeach
{{translate('messages.sl')}} {{translate('withdraw_request_date')}} {{translate('messages.amount')}} {{translate('messages.status')}} {{translate('messages.action')}}
{{$k+$withdraw_transaction->firstItem()}} {{date('Y-m-d '.config('timeformat'), strtotime($wt->created_at))}} {{\App\CentralLogics\Helpers::format_currency($wt->amount)}} @if($wt->approved==0) @elseif($wt->approved==1) @else @endif
{{--
1-15 of 380
--}}
{!!$withdraw_transaction->links()!!}