@error('from_account_id')
{{ $message }}
@enderror
@error('to_account_id')
{{ $message }}
@enderror
From and To accounts must be different.
@error('amount')
{{ $message }}
@enderror
@error('transfer_date')
{{ $message }}
@enderror
Insufficient funds in the selected source account.
@if($paymentTransfer->creator)
Created by {{ $paymentTransfer->creator->name }} on {{ $paymentTransfer->created_at->format('M d, Y h:i A') }}
@endif