@extends('admin.global-config.index') @section('global-config-content')
@csrf
@if ($errors->has('APPLICATION_NAME')) {{ $errors->first('APPLICATION_NAME') }} @endif
@if ($errors->has('PRIMARY_COLOR')) {{ $errors->first('PRIMARY_COLOR') }} @endif
@if ($errors->has('PRIMARY_LOGO')) {{ $errors->first('PRIMARY_LOGO') }} @endif
@if ($errors->has('SECONDARY_LOGO')) {{ $errors->first('SECONDARY_LOGO') }} @endif
@if ($errors->has('FAVICON')) {{ $errors->first('FAVICON') }} @endif
@endsection