@extends('app') @section('content') Modifier catégorie @if(Session::has('msgAdd')) {!! session('msgAdd') !!} @endif @if(Session::has('msgLib')) {!! session('msgLib') !!} @endif {!! Form::open(['method'=>'PUT','action' => ['CategorieController@postFormEdit', $categorie->id_categorie]]) !!} Annuler {!! Form::close() !!} @endsection