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

Ajouter catégorie produit

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


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