@section('content')

PARAMÈTRES DES PRODUITS

@canany(['Forcer Les Quantités'])
@csrf @endcanany
Paramètres de produits par point de vente
{{-- --}} {{-- --}} {{-- --}} @foreach($stores as $store) @if(!auth()->user()->can('Qté Dépôt') && $store->id==1) @else {{-- --}} {{-- --}} {{-- --}} @endif @endforeach
Store QuantitéP.DétailP.Semi-GrosP.Gros
{{$store->name}} --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
@canany(['Forcer Les Quantités'])
@endcanany @stop @include('admin.header') @include('admin.topbar') @include('admin.sidebar') @include('admin.footer') @yield('header') {{--_____________________________________--}} {{--_____________________________________--}} {{--_____________________________________--}} {{--_____________________________________--}} {{--_____________________________________--}} {{--_____________________________________--}} @yield('topbar') @yield('sidebar') @yield('content') @yield('footer') {{--_____________________________________--}} {{--_____________________________________--}} {{--_____________________________________--}} {{----}} {{--_____________________________________--}} {{--_____________________________________--}} {{--_____________________________________--}} @include('admin.end')