@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']]) !!}







Annuler {!! Form::close() !!}
@endsection