Agent name | Account Number | Bank Name | Withdraw Amount | Date | --}}Bank | Agent Name | Account Type | Account Holder Name | Account Details | Issue Date | Amount | Date |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $withdraw_report->agent->name }} | {{ $withdraw_report->bank->account_number }} | {{ $withdraw_report->bank->bank_name }} | {{ $withdraw_report->withdraw_amount }} | {{ \Carbon\Carbon::parse($withdraw_report->date)->format('d-M-Y') }} | --}}{{ @$withdraw_report->cheque_bank->account_name }} | {{ $withdraw_report->agent->name }} | {{ $withdraw_report->type }} | {{ @$withdraw_report->cheque_name }} |
@if($withdraw_report->type == 'User Bank Account')
Mobile Number : {{ @$withdraw_report->bank->mobile_number }} Account Number : {{ @$withdraw_report->bank->account_number }} Bank Name : {{ @$withdraw_report->bank->bank_name }} @elseif($withdraw_report->type == 'By Cheque') {{ $withdraw_report->cheque_name }} @endif |
{{ \Carbon\Carbon::parse($withdraw_report->issue_date)->format('d-M-Y') }} | {{ number_format($withdraw_report->withdraw_amount) }} | {{ \Carbon\Carbon::parse($withdraw_report->date)->format('d-M-Y') }} |