@if($type == 'account') @lang('modules.bankaccount.bankTransfer') @elseif ($type == 'deposit') @lang('modules.bankaccount.deposit') @else @lang('modules.bankaccount.withdraw') @endif @lang('app.details')
@if($type == 'deposit')
@endif @if($type == 'withdraw' || $type == 'account')
@endif @if($type == 'account')
--
@foreach ($bankAccounts as $bankAccount)
@if($bankAccount->type == 'bank') {{ $bankAccount->bank_name }} | @endif {{ $bankAccount->account_name }}
@endforeach
@endif @if($type == 'account')
@endif
@lang('app.save')
@lang('app.cancel')