Add Transfer
@csrf {{-- From Account --}}
{{ ($errors->has('from_bank_id'))?$errors->first('from_bank_id'):''; }}
{{-- To Account --}}
{{ ($errors->has('to_bank_id'))?$errors->first('to_bank_id'):''; }}
{{-- Date --}}
{{ ($errors->has('date'))?$errors->first('date'):''; }}
{{-- Transfer Amount --}}
{{ ($errors->has('transfer_amount'))?$errors->first('transfer_amount'):''; }}
{{-- Details --}}
{{-- Submit Button --}}
@if (check_permission('bank-transfer-store')) @endif