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

Ajouter le stock d'un produit

@if(Session::has('msgAdd'))
{!! session('msgAdd') !!}
@endif @if(Session::has('msgAddEmplacement'))
{!! session('msgAddEmplacement') !!}
@endif @if(Session::has('msgAddQuantite'))
{!! session('msgAddQuantite') !!}
@endif @if(Session::has('msgAddExist'))
{!! session('msgAddExist') !!}
@endif
{!! Form::open(['method'=>'POST','action' => ['StockProduitController@postForm_lot']]) !!} @if (Session::get('STOCK_ENTITE') == '1') @endif @if (Session::get('TYPE_STOCK_EMPLACEMENT_MOBILE') == '1') @endif @if(Session::get('DATE_PEREMPTION')=='1') @endif


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