@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) @endforeach
@endif
@lang('app.save') @lang('app.cancel')