@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.lots_liste'), 'fas fa-table') !!}
- | {{ __('app.lot_number') }} | {{ __('app.item') }} | {{ __('app.depot') }} | {{ __('app.customer') }} | {{ __('app.status') }} |
---|---|---|---|---|---|
- | {{ __('app.lot_number') }} | {{ __('app.item') }} | {{ __('app.depot') }} | {{ __('app.customer') }} | {{ __('app.status') }} |
{{ $l->numero }} | {{ $l->reference }} | {{ $l->depot_code_divalto }} | {{ $l->customer }} | {{ Helper::stockstatus($l->nature) }} |