Annonce en page d'accueil
{!! Form::checkbox($langue->suffixe . '_accueil', getTranslation("Recrutement", "accueil", $annonce ? $annonce->id : null, $annonce ? $annonce->accueil : null, $langue->suffixe)) !!}
Référence de l'annonce error_outline
Titre de l'annonce error_outline
Date d'embauche error_outline
{!! Form::text($langue->suffixe . '_embauche', getTranslation("Recrutement", "embauche", $annonce ? $annonce->id : null, $annonce ? $annonce->embauche : null, $langue->suffixe), array("class" => "form-control datepicker", "placeholder" => "Date d'embauche")) !!}
Date affichée au format anglo-saxon
Date de publication error_outline
{!! Form::text($langue->suffixe . '_debut', getTranslation("Recrutement", "debut", $annonce ? $annonce->id : null, $annonce ? $annonce->debut : null, $langue->suffixe), array("class" => "form-control datepicker", "placeholder" => "Date de publication")) !!}
Date affichée au format anglo-saxon
Date d'expiration
{!! Form::text($langue->suffixe . '_fin', getTranslation("Recrutement", "fin", $annonce ? $annonce->id : null, $annonce ? $annonce->fin : null, $langue->suffixe),array("class" => "form-control datepicker", "placeholder" => "Date d'expiration")) !!}
Date affichée au format anglo-saxon
{!! Form::textarea($langue->suffixe . '_description', getTranslation("Recrutement", "description", $annonce ? $annonce->id : null, $annonce ? $annonce->description : null, $langue->suffixe), array('style' => 'width: 100%', "class" => "editor")) !!}
{!! Form::reset('Annuler', array("onclick" => "window.location = '" . action('\Plugins\Recrutement\Controller\RecrutementController@admin') . "'", "class" => "btn btn-sm bg-orange m-t-15 waves-effect")) !!}
@if($annonce != null)
{!! Form::submit("Enregistrer et rester sur la page", array("class" => "btn btn-sm bg-teal waves-effect m-l-15 m-t-15 pull-right", "name" => "saveAndkeep")) !!}
@endif
Enregistrer