@extends($templatePathAdmin.'layout') @section('main')

{{ $title_description??'' }}

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if (!empty($currency['code']) && in_array($currency['code'], ['VND','USD'])) @else @endif
@if ($errors->has('code')) {{ $errors->first('code') }} @endif
@if ($errors->has('symbol')) {{ $errors->first('symbol') }} @endif
@if ($errors->has('exchange_rate')) {{ $errors->first('exchange_rate') }} @endif
@if ($errors->has('precision')) {{ $errors->first('precision') }} @endif
@if ($errors->has('symbol_first')) {{ $errors->first('symbol_first') }} @endif
@if ($errors->has('thousands')) {{ $errors->first('thousands') }} @endif
@if ($errors->has('sort')) {{ $errors->first('sort') }} @endif
@endsection @push('styles') @endpush @push('scripts') @endpush