{!! Form::text('titre', null, ['class' => 'form-control', 'placeholder' => 'Titre']) !!} @if($errors->has('titre')) {{$errors->first('titre')}} @endif
@if( Request::is('sn04041960fr/article/create'))
Choisir une image
@if($errors->has('photo')) {{$errors->first('photo')}} @endif
@endif
{!! Form::textarea('contenu', null, ['id'=>'contenu', 'rows'=>'7','class' => 'form-control']) !!} @if($errors->has('contenu')) {{$errors->first('contenu')}} @endif