{!! Form::select($langue->suffixe . '_parent_id', $parents, $page ? $page->parent_id : 0, array("class" => "form-control show-tick")) !!}
{!! Form::textarea($langue->suffixe . '_content', getTranslation("Page", "content", $page ? $page->id : null, $page ? $page->content : null, $langue->suffixe), array ('style' => 'width: 100%', "class" => "editor")) !!}
{!! Form::reset('Annuler', array("onclick" => "window.location = '" . action('AdminController@pages') . "'", "class" => "btn btn-sm bg-orange m-t-15 waves-effect")) !!}
{!! Form::submit("Enregistrer et rester sur la page", array("class" => "btn btn-sm bg-teal waves-effect m-t-15 m-l-15 pull-right", "name" => "saveAndkeep")) !!}
3 mots maximum séparés par un espace, sans accents, ni ponctuation
{!! Form::reset('Annuler', array("onclick" => "window.location = '" . action('AdminController@pages') . "'", "class" => "btn btn-sm bg-orange m-t-15 waves-effect")) !!}
{!! Form::submit("Enregistrer et rester sur la page", array("class" => "btn btn-sm bg-teal waves-effect m-t-15 m-l-15 pull-right", "name" => "saveAndkeep")) !!}