@extends('layouts.app') @section('header-title', __('New currency')) @section('content')
{{ __('New currency') }}
@csrf

{{ __('Add New currency') }}

{{ __('Enter the amount in ') . ($defaultCurrency?->name ?? 'USD') . ' (1 ' . ($defaultCurrency?->name ?? 'USD') . ' = your current rate)' }}
@endsection