@extends('layouts.default') @section('content')
{{ count($hors_inventaire) }} Article(s) hors inventaire
@foreach($hors_inventaire as $hr) @endforeach
Code a barre Codes nbr Article Position Action
{{$hr->code_a_barre}} @if(count($hr->codes)>0) @foreach($hr->codes as $k => $code) @if(count($hr->codes)== 1) @endif {{ $code->code_a_barre}} @if(count($hr->codes)> 1) | @endif @if($k==3)
@endif @endforeach @endif @if($hr->more == true) ... @endif
{{$hr->stock_inventaire}} {{$hr->position}}
@endsection