@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
@endsection