{{ $page_title ?? 'Bank Transaction Report' }}

@if (!empty($filters))
Filters: @if (!empty($filters['search'])) Search: {{ $filters['search'] }}; @endif @if (!empty($filters['filter_by'])) Filter By: {{ $filters['filter_by'] }}; @endif @if (!empty($filters['date_from'])) From: {{ $filters['date_from'] }}; @endif @if (!empty($filters['date_to'])) To: {{ $filters['date_to'] }}; @endif
@endif @foreach ($bank_transfar as $transfar) @endforeach
Date Account Name Account No Check No Bank Name Branch Name Description Deposit/Withdraw By Deposit Amount (TK) Withdraw Amount (TK)
{{ optional($transfar->created_at)->format('d-m-Y') }} {{ optional($transfar->bank)->account_name }} {{ optional($transfar->bank)->account_no }} {{ $transfar->check_no }} {{ optional($transfar->bank)->bank_name }} {{ optional($transfar->bank)->branch_name }} {{ $transfar->description }} {{ $transfar->by }} {{ $transfar->diposit_amount }} {{ $transfar->withdraw_amount }}