Close
{{ settings()->name }}
{{ settings()->email }}
{{ settings()->phone }}
@php $n = 0; @endphp @foreach ($transactions as $transaction) @endforeach
{{ __('#') }} {{ __('levels.account_no') }} | {{__('levels.name')}} {{ __('levels.type') }} {{ __('levels.amount') }} {{ __('levels.date') }} {{ __('levels.note') }}
{{++$n}} @if ($transaction->fund_transfer_id !==null) From : @if($transaction->fundTransfer->fromAccount->gateway == 1) {{@$transaction->fromAccount->user->name}} (Cash) @else @if($transaction->fundTransfer->fromAccount->gateway == 3) bKash , @elseif ($transaction->fundTransfer->fromAccount->gateway == 4) Rocket , @elseif ($transaction->fundTransfer->fromAccount->gateway == 5) Nagad , @endif {{$transaction->fundTransfer->fromAccount->account_holder_name}} ({{$transaction->fundTransfer->fromAccount->account_no}} {{$transaction->fundTransfer->fromAccount->branch_name}} {{$transaction->fundTransfer->fromAccount->mobile}}) @endif
To : @if($transaction->fundTransfer->toAccount->gateway == 1) {{@$transaction->toAccount->user->name}} (Cash) @else @if($transaction->fundTransfer->toAccount->gateway == 3) bKash , @elseif ($transaction->fundTransfer->toAccount->gateway == 4) Rocket , @elseif ($transaction->fundTransfer->toAccount->gateway == 5) Nagad , @endif {{$transaction->fundTransfer->toAccount->account_holder_name}} ({{$transaction->fundTransfer->toAccount->account_no}} {{$transaction->fundTransfer->toAccount->branch_name}} {{$transaction->fundTransfer->toAccount->mobile}}) @endif @else @if($transaction->account->gateway == 1) {{@$transaction->account->user->name}} (Cash) @else @if($transaction->account->gateway == 3) bKash , @elseif ($transaction->account->gateway == 4) Rocket , @elseif ($transaction->account->gateway == 5) Nagad , @endif {{$transaction->account->account_holder_name}} ({{$transaction->account->account_no}} {{$transaction->account->branch_name}} {{$transaction->account->mobile}}) @endif @endif
{!! $transaction->account_type !!} {{settings()->currency}}{{$transaction->amount}} {{dateFormat($transaction->date)}} {{$transaction->note}}