@extends('layouts.app') @section('title', 'Matériels') @section('breadcrumb', 'Opérations / Matériels') @section('content')
Catalogue des équipements et matériels
| # | Désignation | Référence | Nb chantiers | Qté totale déployée |
|---|---|---|---|---|
| {{ $i + 1 }} | {{ $mat->nom }} | {{ $mat->ref ?: '—' }} |
{{ $mat->chantier_materiels_count }} | {{ $mat->chantier_materiels_sum_qte ?? 0 }} unités |
Aucun matériel affecté à un chantier pour l'instant.
| Désignation | Référence | Chantiers | Qté totale | Notes | Actions | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $mat->nom }} | {{ $mat->ref ?: '—' }} |
@if($mat->chantier_materiels_count > 0) {{ $mat->chantier_materiels_count }} @else — @endif | {{ ($mat->chantier_materiels_sum_qte ?? 0) > 0 ? $mat->chantier_materiels_sum_qte.' u.' : '—' }} | {{ $mat->notes ? Str::limit($mat->notes, 55) : '—' }} |
|
||||||
Catalogue videCliquez sur « Nouveau matériel » pour en ajouter un. | |||||||||||