@extends('admin.layout') @section('title', "Intervention #{$intervention['IDINTERVENTION']}") @section('content')
| Libellé | {{ $intervention['LIBINTER'] ?? '—' }} |
|---|---|
| Description | {!! $intervention['DESCINTER'] ?? '—' !!} |
| Rapport | {!! $intervention['RAPINTER'] ?? '—' !!} |
| Date de facturation | {!! $intervention['DATE_FACTURATION'] ?? '—' !!} |
| Statut intervention | @include('admin.gestan.partials.badge-status', [ 'statut' => $intervention['ST_INTER'] ?? null, ]) |
| Statut facturation | @include('admin.gestan.partials.badge-status', [ 'statut' => $intervention['ST_FACT'] ?? null, ]) |
| Priorité | {{ $intervention['PRIORITE'] ?? '—' }} |
| Créée par |
{{ $intervention['USCRE'] ?? '—' }} {{ $intervention['DHCRE'] ?? '' }} |
| Nom / Raison sociale | {{ $client['RAISON_SOCIALE'] ?: trim(($client['NOMFAMILLE'] ?? '') . ' ' . ($client['PRENOM'] ?? '')) }} |
|---|---|
| Adresse |
{{ $client['ADRESSEP1'] ?? '' }} @if (!empty($client['ADRESSEP2'])) {{ $client['ADRESSEP2'] }} @endif {{ $client['CPOSTALP'] ?? '' }} {{ $client['VILLEP'] ?? '' }} |
| Téléphone | {{ $client['TELP1'] ?? '—' }} |
| @if (!empty($client['EMAILP'])) {{ $client['EMAILP'] }} @else — @endif |
| Libellé | {{ $h['LIBINTER'] ?? '—' }} |
|---|---|
| Description | {!! $h['DESCINTER'] ?? '—' !!} |
| Créée par |
{{ $h['USCRE'] ?? '—' }} {{ $h['DHCRE'] ?? '' }} |
| Statut intervention | {{ $h['ST_INTER'] ?? '—' }} |
| Statut facturation | @if (empty($h['ST_FACT'])) Non facturé @else {{ $h['ST_FACT'] }} @endif |
| Priorité | {{ $h['PRIORITE'] ?? '—' }} |
Aucune intervention précédente pour ce client.
@endif