@extends('app') @section('content')

Ajouter un inventaire

@if(Session::has('msgAddSuccess'))
{!! session('msgAddSuccess') !!}
@endif @if(Session::has('msgAddExist'))
{!! session('msgAddExist') !!}
@endif
{!! Form::open(['method'=>'POST','action' => ['InventaireController@postForm']]) !!}


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