{!! Form::text('titre', null, ["class" => "form-control", "required"]) !!} @if ($errors->has('titre')) {{ $errors->first('titre') }} @endif
{!! Form::text('fichier', null, [ "placeholder" => "https://www.youtube.com/watch?v=111111", "class" => "form-control", "required"]) !!} @if ($errors->has('fichier')) {{ $errors->first('fichier') }} @endif