@extends('layouts.app') @php use App\Enums\OptionState; use App\Enums\PriceType; use App\Enums\SurfaceType; @endphp @section('content')
{{ $client->fullName() }}
{{ $client->notes }}
| Programme | Lot | Fiscalité associée | Typologie | Statut du dossier | Date pose d'option | Date de réservation | Prix | Action |
|---|---|---|---|---|---|---|---|---|
| @if($program->slug) {{ $program->name }} @else {{ $program->name }} @endif | Lot n°{{ $lot->number ?? '-' }} | {{ $fiscaliteLibelle }} | {{ $typologie }} | {{ $state->label() }} | {{ $option->created_at->format('d/m/Y') }} | {{ $dateReservation ? $dateReservation->format('d/m/Y') : '-' }} | {{ $prix }} | Voir |
Aucun dossier actif pour ce client
| Date d'archivage | Programme | Lot | Statut | Prix | Action |
|---|---|---|---|---|---|
| {{ $dateArchivage->format('d/m/Y') }} | @if($program->slug) {{ $program->name }} @else {{ $program->name }} @endif | Lot n°{{ $lot->number ?? '-' }} | {{ $state->label() }} | {{ $prix }} | Voir |
Aucun dossier archivé pour ce client