@extends('dashboard.layout.base') @section('content')
Liste de materiéls
@include('dashboard.component.dashboard_error') @include('dashboard.component.notifications') @if(count($products) > 0)
@foreach($products as $product) @endforeach
NUMERO INVENTAIRE DESCRIPTIF DES ARTICLES: type DATE D’ACQUISITION AFFECTATION BENIFIAIRES Afficher Edit Supprimer
{{ $product->num_inv }} {{ $product->designation }} {{ $product->type->name }} {{ $product->date_acq }} {{ $product->aff }} {{ $product->benifaires }}
@else

Vous n'avez aucun materiél

@endif
@include('dashboard.component.copyright')
@endsection @push('styles') @endpush @push('scripts') @endpush