@extends('layouts/contentLayoutMaster') @if(isset($currency)) @section('title', __('locale.currencies.update_currency')) @else @section('title', __('locale.currencies.add_new_currency')) @endif @section('content')

@if(isset($currency)) {{ __('locale.currencies.update_currency') }} @else {{ __('locale.currencies.add_new_currency') }} @endif

@if(isset($currency)) {{ method_field('PUT') }} @endif @csrf
@error('name')

{{ $message }}

@enderror
@error('code')

{{ $message }}

@enderror
@error('format')

{{ $message }}

@enderror
@endsection