Edit Video

  Video List
@csrf
@if ($errors->has('public_name'))
{{ $errors->first('public_name') }}
@endif
@if ($errors->has('time'))
{{ $errors->first('time') }}
@endif
{{-- TAGS --}}
@if ($errors->has('tag'))
{{ $errors->first('tag') }}
@endif