{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'download-center.video-list-update', 'method' => 'POST', 'enctype' => 'multipart/form-data']) }}
loader
{{ $errors->first('class_id') }}
@if ($errors->has('section_id')) {{ $errors->first('section_id') }} @endif
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('video_link')) {{ $errors->first('video_link') }} @endif
{{ Form::close() }}