@extends('app.layouts.main') @section('header') @stop @section('content') @include('app.partials.breadcrumb') @include('app.partials.tabs') @include('app.partials.messages') {!! Element::mainbloc('open', __('app.view_min_max'), 'fas fa-table') !!}
@forelse($lots AS $l) @empty @endforelse
{{ __('app.article') }} {{ __('app.designation') }} {{ __('app.length') }} {{ __('app.dim1') }} {{ __('app.dim2') }} {{ __('app.dim3') }} {{ __('app.quantity_stock') }} {{ __('app.min') }} {{ __('app.max') }}
{{ __('app.article') }} {{ __('app.designation') }} {{ __('app.length') }} {{ __('app.dim1') }} {{ __('app.dim2') }} {{ __('app.dim3') }} {{ __('app.quantity_stock') }} {{ __('app.min') }} {{ __('app.max') }}
{{ $l->reference }} {{ $l->designation }} {{ round($l->length) }} {{ round($l->dim1) }} {{ round($l->dim2) }} {{ round($l->dim3,1) }} {{ 1*@$nbstockrestant[$l->reference] }} {{ $l->min }} {{ $l->max }}
{{ __('app.no-result') }}
{!! Element::mainbloc('close') !!} @stop @section('footer') @stop