@extends('admin.global-config.index') @section('global-config-content')
@csrf
@if ($errors->has('AUTH_MODE')) {{ $errors->first('AUTH_MODE') }} @endif
@if ($errors->has('PAYMENT_MODE')) {{ $errors->first('PAYMENT_MODE') }} @endif
@if ($errors->has('LANDING_PAGE')) {{ $errors->first('LANDING_PAGE') }} @endif
@if ($errors->has('COOKIE_CONSENT')) {{ $errors->first('COOKIE_CONSENT') }} @endif
@if ($errors->has('REGISTRATION')) {{ $errors->first('REGISTRATION') }} @endif
@if ($errors->has('VERIFY_USERS')) {{ $errors->first('VERIFY_USERS') }} @endif
@if ($errors->has('PWA')) {{ $errors->first('PWA') }} @endif
@if ($errors->has('GOOGLE_ANALYTICS_ID')) {{ $errors->first('GOOGLE_ANALYTICS_ID') }} @endif
@if ($errors->has('SOCIAL_INVITATION')) {{ $errors->first('SOCIAL_INVITATION') }} @endif
@endsection