{{ isset($currency) ? translate('Edit') : translate('Create') }} {{ translate('Currency') }}
@csrf @if (isset($currency)) @method('PUT') @endif