@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.depots_liste'), 'fas fa-table') !!}
@foreach($depots AS $d) @endforeach
{{ __('app.customer') }} {{ __('app.customername') }} {{ __('app.depot') }} {{ __('app.depot_type') }} {{ __('app.depot_active') }} {{ __('app.depot_user') }} {{ __('app.depot_fiche') }}
{{ __('app.customer') }} {{ __('app.customername') }} {{ __('app.depot') }} {{ __('app.depot_type') }} {{ __('app.depot_active') }} {{ __('app.depot_user') }} {{ __('app.depot_fiche') }}
{{ $d->customer }} {{ $d->customername }} {{ $d->depot_code_divalto }} {{ Helper::stockType($d->type) }} @if($d->active == 1) {{ __('app.active') }} @else {{ __('app.inactive') }} @endif {{ @$nbrel[$d->id]*1 }} {{ __('app.depot_fiche') }}
{!! Element::mainbloc('close') !!} @stop @section('footer') @stop