@extends('layouts.app') @section('header')
Update money transfer
@endsection @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Complete if there is no sender receiver relationship
If frequent send
@if(config('app.local') == true) @endif
@endsection @section('scripts') @endsection