@extends('layouts.admin') @section('content')
{{ $errors->first('name') }}
{{ trans('cruds.currency.fields.name_helper') }}
{{ $errors->first('code') }}
{{ trans('cruds.currency.fields.code_helper') }}
{{ $errors->first('main_currency') }}
{{ trans('cruds.currency.fields.main_currency_helper') }}