@extends('admin.layouts.app') @section('title',get_setting('site_name').' Fund Transfer') @section('content')
{{__('Cash Transfer')}}
@csrf
@if ($errors->has('amount')) {{ $errors->first('amount') }} @endif
@if ($errors->has('transfer_reference')) {{ $errors->first('transfer_reference') }} @endif
@endsection