@include('flashmessage')

Express Payout

@php $debit=0.00; $credit=0.00; @endphp @foreach ($users[0]->wallet as $key=> $user) @if ($user->type==0) @php $credit=$credit+$user->amount; @endphp @else @php $debit=$debit+$user->amount; @endphp @endif @endforeach
@csrf
Beneficiary Bank Beneficiary Acc No. IFSC Amount TPIN
Submit Account Verify
@foreach ($accounts as $account) @endforeach
Beneficiary Acc No. IFSC Name
{{$account->account_no}} {{$account->ifsc}} {{$account->name}}