@extends('admin.layout') @section('title', 'Historique des chantiers client') @section('content')
| ID CLIENT | {{ $client['IDCONTACT'] }} |
|---|---|
| Nom | {{ $client['RAISON_SOCIALE'] ?: $client['NOMFAMILLE'] . ' ' . $client['PRENOM'] }} |
| Date début | {{ $ch['date_debut'] }} {{ $ch['heure_debut'] }} |
|---|---|
| Date fin | {{ $ch['date_fin'] }} {{ $ch['heure_fin'] }} |
| Employés |
@if (!empty($ch['employes_details']))
|
| Devis liés |
@if (!empty($ch['devis_details']))
|
Aucun chantier.
@endif