@csrf @method('PUT') {{-- Name --}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
{{-- code --}}
@if ($errors->has('code')) {{ $errors->first('code') }} @endif
{{-- capital --}}
@if ($errors->has('capital')) {{ $errors->first('capital') }} @endif
{{-- gsm_code --}}
@if ($errors->has('gsm_code')) {{ $errors->first('gsm_code') }} @endif
{{-- currency_fullname --}}
@if ($errors->has('currency_fullname')) {{ $errors->first('currency_fullname') }} @endif
{{-- currency_short_name --}}
@if ($errors->has('currency_short_name')) {{ $errors->first('currency_short_name') }} @endif
{{-- currency_symbol --}}
@if ($errors->has('currency_symbol')) {{ $errors->first('currency_symbol') }} @endif
{{-- formats --}}
@if ($errors->has('formats')) {{ $errors->first('formats') }} @endif
{{-- sale tax type --}}
{{-- priority --}}
{{-- financial_year_start_month --}}
@if ($errors->has('financial_year_start_month')) {{ $errors->first('financial_year_start_month') }} @endif
{{-- financial_year_start_date --}}
@if ($errors->has('financial_year_start_date')) {{ $errors->first('financial_year_start_date') }} @endif
{{-- financial_year_end_month --}}
@if ($errors->has('financial_year_end_month')) {{ $errors->first('financial_year_end_month') }} @endif
{{-- financial_year_end_date --}}
@if ($errors->has('financial_year_end_date')) {{ $errors->first('financial_year_end_date') }} @endif