Close
{{ settings()->name }}
{{ settings()->email }}
{{ settings()->phone }}
@php $i=1; @endphp @foreach($fund_transfers as $fund_transfer) @endforeach
{{ __('levels.id') }} {{ __('levels.from_account') }} {{ __('levels.to_account') }} {{ __('levels.date') }} {{ __('levels.amount') }}
{{$i++}}
Image
{{$fund_transfer->fromAccount->user->name}}
{{$fund_transfer->fromAccount->user->email}}
@if ($fund_transfer->fromAccount->gateway == 2)
{{__('levels.bank')}}
: @if ($fund_transfer->fromAccount->bank == 1) BB @elseif($fund_transfer->fromAccount->bank == 2) DBBL @elseif($fund_transfer->fromAccount->bank == 3) IB @endif
Branch
: {{$fund_transfer->fromAccount->branch_name}}
{{__('levels.account_no')}}
: {{$fund_transfer->fromAccount->account_no}}
@elseif ($fund_transfer->fromAccount->gateway == 3)
{{__('levels.mobile')}}
: {{$fund_transfer->fromAccount->mobile}}
{{__('levels.type')}}
: @if ($fund_transfer->fromAccount->account_type == 1) Merchant @else Personal @endif
@endif
Image
{{$fund_transfer->toAccount->user->name}}
{{$fund_transfer->toAccount->user->email}}
@if ($fund_transfer->toAccount->gateway == 2)
{{__('levels.bank')}}
: @if ($fund_transfer->toAccount->bank == 1) BB @elseif($fund_transfer->toAccount->bank == 2) DBBL @elseif($fund_transfer->toAccount->bank == 3) IB @endif
Branch
: {{$fund_transfer->toAccount->branch_name}}
{{__('levels.account_no')}}
: {{$fund_transfer->toAccount->account_no}}
@elseif ($fund_transfer->toAccount->gateway == 3)
{{__('levels.mobile')}}
: {{$fund_transfer->toAccount->mobile}}
{{__('levels.type')}}
: @if ($fund_transfer->toAccount->account_type == 1) Merchant @else Personal @endif
@endif
{{dateFormat($fund_transfer->date)}} {{settings()->currency}}{{$fund_transfer->amount}}