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

Modifier le 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'=>'PUT','action' => ['ProduitController@postFormEdit', $produit->id_produit]]) !!} @if (Session::get('NUMERO_SERIE')) @endif
statut == "actif") checked="checked" @endif > Actif statut == "inactif") checked="checked" @endif >Inactif
num_serie == 0) checked="checked" @endif> Non num_serie == 1) checked="checked" @endif>Oui
Annuler {!! Form::close() !!}
@endsection