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

Ajouter un produit

@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' => ['ProduitController@postForm']]) !!} @if (Session::get('NUMERO_SERIE')) @endif
Actif Inactif
Non Oui
Annuler {!! Form::close() !!}
@endsection