@extends('layouts.admin') @section('title','Edit Foreign Transfer Requests') @section('styles') @endsection @section('header')
@endsection @section('content')

Edit Foreign Transfer Requests

@csrf
Currency
@if ($errors->has('currency')) {{ $errors->first('currency') }} @endif
Amount
@if ($errors->has('amount')) {{ $errors->first('amount') }} @endif
Debit Amount
@if ($errors->has('debit_amount')) {{ $errors->first('debit_amount') }} @endif
Beneficiary Full Name
@if ($errors->has('beneficiary_full_name')) {{ $errors->first('beneficiary_full_name') }} @endif
Beneficiary Address
@if ($errors->has('beneficiary_address')) {{ $errors->first('beneficiary_address') }} @endif
Beneficiary Account Number
@if ($errors->has('beneficiary_account')) {{ $errors->first('beneficiary_account') }} @endif
Beneficiary Bank Address
@if ($errors->has('beneficiary_bank_address')) {{ $errors->first('beneficiary_bank_address') }} @endif
BIC/Routing Number
@if ($errors->has('routing_number')) {{ $errors->first('routing_number') }} @endif
IBAN Number
@if ($errors->has('iban_number')) {{ $errors->first('iban_number') }} @endif
Short Code
@if ($errors->has('short_code')) {{ $errors->first('short_code') }} @endif
Purpose of payment
@if ($errors->has('purpose_of_payment')) {{ $errors->first('purpose_of_payment') }} @endif
Created At
@if ($errors->has('created_at')) {{ $errors->first('created_at') }} @endif
@endsection @section('scripts') @endsection