@extends('admin.global-config.index') @section('global-config-content')
@csrf
@if ($errors->has('SIGNALING_URL')) {{ $errors->first('SIGNALING_URL') }} @endif
@if ($errors->has('STUN_URL')) {{ $errors->first('STUN_URL') }} @endif
@if ($errors->has('TURN_URL')) {{ $errors->first('TURN_URL') }} @endif
@if ($errors->has('TURN_USERNAME')) {{ $errors->first('TURN_USERNAME') }} @endif
@if ($errors->has('TURN_PASSWORD')) {{ $errors->first('TURN_PASSWORD') }} @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