@section('title', 'Withdraw History')
{{--
--}}
{{-- --}} @foreach($datas as $k => $data) {{-- --}} @endforeach
SL User Transaction ID Image Amount Payment Method Account Comments Request DateAction
{{$k + 1}} {{$data->user?->Contact?->business_name}} {{$data->transaction_id}} @if($data->image != "") Download @else N/A @endif {{$data->requested_amount}} {{$data->paymentMethod?->types}} {{$data->paymentMethod?->ac_account}} {{$data->comments}} {{date('d-m-Y',strtotime($data->created_at))}}--}} {{-- --}} {{--
{{ $datas->links() }}
{{-- Start Delete Modal --}} {{-- End Delete Modal --}}
@push('scripts') @endpush