@extends('layouts.app') @section('title', 'Sous-traitants') @section('breadcrumb', 'Opérations / Sous-traitants') @section('content')
Catalogue des entreprises et prestataires
| # | Société / Nom | Corps de métier | Téléphone | Nb chantiers | Montant total TND |
|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $sst->nom }} | {{ $sst->prestation ?: '—' }} | {{ $sst->tel ?: '—' }} | {{ $sst->chantier_soustraitants_count }} | {{ number_format($sst->chantier_soustraitants_sum_montant ?? 0, 3, ',', ' ') }} |
Aucun sous-traitant affecté à un chantier pour l'instant.
| Société / Nom | Corps de métier | Téléphone | Chantiers | Montant total | Actions | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $sst->nom }} | {{ $sst->prestation ?: '—' }} | {{ $sst->tel ?: '—' }} | {{ $sst->email ?: '—' }} | @if($sst->chantier_soustraitants_count > 0) {{ $sst->chantier_soustraitants_count }} @else — @endif | @if(($sst->chantier_soustraitants_sum_montant ?? 0) > 0) {{ number_format($sst->chantier_soustraitants_sum_montant, 3, ',', ' ') }} TND @else — @endif |
|
|||||||
Catalogue videCliquez sur « Nouveau sous-traitant » pour en ajouter un. | |||||||||||||