{{ __('Transfer Funds') }}

@if(!auth()->user()->accounts->first())

Create an account to get started with transfers

@else
@csrf

{{ __('Ask the recipient for their account UUID') }}

{{ __('Instant Transfer') }}

{{ __('Transfers between FinAegis accounts are instant and free.') }}

{{ __('Transfer Funds') }}
@endif