@csrf

{{ __('messages.add_transfer') }}

@if ($errors->has('from_account'))
{{ $errors->first('from_account') }}
@endif
@if ($errors->has('to_account'))
{{ $errors->first('to_account') }}
@endif
@if ($errors->has('amount'))
{{ $errors->first('amount') }}
@endif
@if ($errors->has('reason'))
{{ $errors->first('reason') }}
@endif