Edit Live Studio
 Live Studio List
@csrf
@if ($errors->has('std_id'))
{{ $errors->first('std_id') }}
@endif
@if ($errors->has('std_name'))
{{ $errors->first('std_name') }}
@endif
@if ($errors->has('std_rtmp_url'))
{{ $errors->first('std_rtmp_url') }}
@endif
{{--
@if ($errors->has('std_rtmp_key'))
{{ $errors->first('std_rtmp_key') }}
@endif
--}}