@section('styles') @endsection @section('title') Internal Funds Transfer @endsection {{ __('Internal Funds Transfer') }}
@csrf
@if (session('alert'))
{!! session()->get('title') !!} {!! session()->get('alert') !!}
@endif @if ($errors->any())
{{ __('Whoops! Something went wrong.') }}!
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Internal Funds Transfer

Fill all the form with valid details Help Page.

@section('scripts') @endsection