@extends('layouts.app') @php use App\Enums\OptionState; use App\Enums\PriceType; use App\Enums\SurfaceType; use App\Enums\TaskState; @endphp @section('content')
{{ $client->fullName() }}
@if($client->notes) {!! nl2br(e($client->notes)) !!} @else Aucun commentaire @endif
| 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 }} | @if($state === OptionState::CONFIRMED && $workflowStatus) {{ $workflowStatus }} @else {{ $state->label() }} @endif | {{ $option->created_at->format('d/m/Y') }} | {{ $dateReservation ? $dateReservation->format('d/m/Y') : '-' }} | {{ $prix }} | @if($state === OptionState::CONFIRMED && $reservation) Voir @else Voir @endif |
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