@extends('app') @section('content') Ajouter utilisateur @if(Session::has('msgAdd')) {!! session('msgAdd') !!} @endif @if(Session::has('msgIdf')) {!! session('msgIdf') !!} @endif @if(Session::has('msgPsw')) {!! session('msgPsw') !!} @endif {!! Form::open(['method'=>'POST','action' => ['UtilisateurController@postForm']]) !!} Sélectionner une position ... Administrateur Opérateur Sélectionner un profil des droits ... @foreach($profils as $profil) {{$profil->libelle}} @endforeach Annuler {!! Form::close() !!} @endsection