{{ __('Convert Currency') }}

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

Create an account to get started with currency conversion

@else
@csrf

{{ __('Exchange Rate') }}

1 USD = -- EUR

{{ __('You will receive approximately') }} --

{{ __('Low Fees') }}

{{ __('Currency conversion fee: 0.01% - The lowest in the market!') }}

{{ __('Convert Currency') }}
@endif
@push('scripts') @endpush