@extends('admin.layout') @section('title', 'Fiche client') @section('content')
| ID CLIENT | {{ $client['IDCONTACT'] }} |
|---|---|
| Raison Sociale | {{ $client['RAISON_SOCIALE'] }} |
| Nom du client | {{ $client['NOMFAMILLE'] }} {{ $client['PRENOM'] }} |
| Adresse |
{{ $client['ADRESSEP1'] }} @if ($client['ADRESSEP2']) {{ $client['ADRESSEP2'] }} @endif {{ $client['CPOSTALP'] }} {{ $client['VILLEP'] }} |
| Numéro de téléphone | {{ $client['TELP1'] }} |
| {{ $client['EMAILP'] }} | |
| Créateur | {{ $client['USCRE'] }} {{ $client['DHCRE'] }} |
| Nature | {{ $d['NATURE'] }} |
|---|---|
| Référence | {{ $d['VREF'] ?: '—' }} |
| Montant | {{ $d['MTT_TOTAL_TTC'] }} € TTC |
| Responsable | {{ $d['US_RESP'] }} |
| Date création | {{ $d['DHCRE'] }} |
Aucun devis trouvé.
@endif| Nature | {{ $f['NATURE'] }} |
|---|---|
| Référence | {{ $f['VREF'] ?: '—' }} |
| Montant | {{ $f['MTT_TOTAL_TTC'] }} € TTC |
| Responsable | {{ $f['US_RESP'] }} |
| Date création | {{ $f['DHCRE'] }} |
Aucune facture trouvée.
@endif| Type | {{ $c['type'] ?? '—' }} |
|---|---|
| Modèle | {{ $c['modele'] ?? '—' }} |
| Couleur | {{ $c['couleur'] ?? '—' }} |
| Finition | {{ $c['finition'] ?? '—' }} |
| Date fabrication | {{ $c['date_fabrication'] ?? '—' }} |
| Date réception entrepôt | {{ $c['date_reception_entrepot'] ?? '—' }} |
| État | {{ $c['etat'] ?? '—' }} |
Aucune commande trouvée.
@endif| Date début | {{ $ch['date_debut'] }} |
|---|---|
| Date fin | {{ $ch['date_fin'] }} |
| Employés |
@if (!empty($ch['employes_details']))
|
| Devis liés |
|
Aucun chantier trouvé.
@endif| Libellé | {{ $i['LIBINTER'] }} |
|---|---|
| Créée par | {{ $i['USCRE'] }} |
| Date | {{ $i['DHCRE'] }} |
Aucune intervention enregistrée.
@endif