@extends('admin.global-config.index') @section('global-config-content')
@csrf
@if ($errors->has('SIGNALING_URL')) {{ $errors->first('SIGNALING_URL') }} @endif
@if ($errors->has('DEFAULT_USERNAME')) {{ $errors->first('DEFAULT_USERNAME') }} @endif
@if ($errors->has('MODERATOR_RIGHTS')) {{ $errors->first('MODERATOR_RIGHTS') }} @endif
@if ($errors->has('END_URL')) {{ $errors->first('END_URL') }} @endif
@if ($errors->has('LIMITED_SCREEN_SHARE')) {{ $errors->first('LIMITED_SCREEN_SHARE') }} @endif
@endsection