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

Modifier le stock d'un produit

@if(Session::has('msgUpdate'))
{!! session('msgUpdate') !!}
@endif @if(Session::has('msgAddEmplacement'))
{!! session('msgAddEmplacement') !!}
@endif @if(Session::has('msgAddQuantite'))
{!! session('msgAddQuantite') !!}
@endif @if(Session::has('msgStockProduit'))
{!! session('msgStockProduit') !!}
@endif
{!! Form::open(['method'=>'PUT','action' => ['StockProduitController@postFormEdit_lot', $stock_produit->id_stock_produit]]) !!} @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