@extends('admin.global-config.index') @section('global-config-content')
@csrf
@if ($errors->has('COMPANY_NAME')) {{ $errors->first('COMPANY_NAME') }} @endif
@if ($errors->has('COMPANY_ADDRESS')) {{ $errors->first('COMPANY_ADDRESS') }} @endif
@if ($errors->has('COMPANY_CITY')) {{ $errors->first('COMPANY_CITY') }} @endif
@if ($errors->has('COMPANY_STATE')) {{ $errors->first('COMPANY_STATE') }} @endif
@if ($errors->has('COMPANY_POSTAL_CODE')) {{ $errors->first('COMPANY_POSTAL_CODE') }} @endif
@if ($errors->has('COMPANY_COUNTRY')) {{ $errors->first('COMPANY_COUNTRY') }} @endif
@if ($errors->has('COMPANY_PHONE')) {{ $errors->first('COMPANY_PHONE') }} @endif
@if ($errors->has('COMPANY_EMAIL')) {{ $errors->first('COMPANY_EMAIL') }} @endif
@if ($errors->has('COMPANY_TAX_ID')) {{ $errors->first('COMPANY_TAX_ID') }} @endif
@endsection