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

Liste des transferts





@if(Session::get('N_LOT') == '1') @endif @if(Session::get('USE_UE')=='1') @endif @foreach($transferts as $transfert) @if ($transfert->produitStock != null) @else @endif @if ($transfert->produitStock != null) @else @endif @if(Session::get('N_LOT') == '1') @if ($transfert->produitStock != null) @else @endif @endif @if(Session::get('USE_UE')=='1') @endif @if ($transfert->idEmplacementDes != 0) @else @endif @endforeach
Date transfert Référence produit Désignation produitNuméro de lot produitEmplacement source Quantité transfert Emplacement destinationN° UEStatut Opérateur
{{$transfert->date_trans}} {{$transfert->produitStock->produit->reference }} {{$transfert->produitStock->produit->designation }} {{$transfert->produitStock->numero_lot }} {{$transfert->emplacementSource->libelle}} {{ (float) $transfert->qntTrans }} @if ($transfert->idEmplacementDes != 0) @if ($transfert->emp_mobile_des != null) {{ $transfert->emplacementDestination->libelle }} / {{ $transfert->emp_mobile_des }} @else {{ $transfert->emplacementDestination->libelle }} @endif @endif {{$transfert->ssccTrans}}TerminéEn cours{{ $transfert->operateur->nom }} {{$transfert->operateur->prenom }}

Affichage de l'élement {{($transferts->currentPage()-1)* $transferts->perPage()+($transferts->total() ? 1:0)}} à {{($transferts->currentPage()-1)*$transferts->perPage()+count($transferts)}} sur {{$transferts->total()}} éléments

{{ $transferts->links() }}
@endsection