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

Modifier chargement

@if(Session::has('msgAdd'))
{!! session('msgAdd') !!}
@endif @if(Session::has('msgExist'))
{!! session('msgExist') !!}
@endif
{!! Form::open(['method'=>'POST','action' => ['ChargementController@postEdit',$chargement->idChargement]]) !!}
@if (Session::get('STOCK_ENTITE') == "0" || Session::get('TYPE_STOCK_EMPLACEMENT_MOBILE') == "0")
@endif







@if (Session::get('STOCK_ENTITE') == "0" || Session::get('TYPE_STOCK_EMPLACEMENT_MOBILE') == "0") @endif @foreach( $lignes as $ligne) @if($ligne->idCommande != 0) @else @endif @if (Session::get('STOCK_ENTITE') == "0" || Session::get('TYPE_STOCK_EMPLACEMENT_MOBILE') == "0") @endif @endforeach
Sélectionner N° préparation N° commande Raison sociale Date prévueNombre d'UENombre produits Total poids Statut
{{$ligne->numPreparation}}{{$ligne->CommandeClient->numCommande}}{{$ligne->Client->raisonSociale}} {{$ligne->datePrevue}}{{$ligne->nombreUE}}{{$ligne->nombreProduits}} {{(float) $ligne->totalPoids}} {{$ligne->valeur}}
Annuler
{!! Form::close() !!}
@endsection