@section('title', 'Withdraw History')
SL | User | Transaction ID | Image | Amount | Payment Method | Account | Comments | Request Date | {{--Action | --}}
---|---|---|---|---|---|---|---|---|---|
{{$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))}} | {{----}} {{-- --}} {{-- | --}}