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