Ajouter un guide
{!! Form::model($guide, ['method' => 'POST', 'enctype' => "multipart/form-data", "url" => route('admin-cnp.documents.store')]) !!}
@include('admin.thematiques.guides-form')
{!! Form::hidden('thematique_id', $thematique->id, []) !!}
{!! Form::hidden('type', 1, []) !!}
{!! Form::close() !!}
@include('admin.thematiques.guides-guides')