@csrf

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

@if ($errors->has('partner_id'))
{{ $errors->first('partner_id') }}
@endif
@if ($errors->has('account_id'))
{{ $errors->first('account_id') }}
@endif
@if ($errors->has('amount'))
{{ $errors->first('amount') }}
@endif
@if ($errors->has('comment'))
{{ $errors->first('comment') }}
@endif