{!! Form::label('title','Title') !!}
{!! Form::text('title' , $video->title , ['class' => 'form-control','placeholder' => 'Title','required'=>'true']) !!}
{!! Form::label('video_url','Video URL') !!}
{!! Form::text('video_url' , $video->video_url , ['class' => 'form-control','placeholder' => 'Video URL','required'=>'true']) !!}
@if($video->id > 0)
@endif