@extends('layouts.base') @section('content') @section('breadcrumb') @endsection @if(session('success'))
{{ $client->id }}Aucun dossier actif
| Programme | Lot | Fiscalité associée | Typologie | Statut du dossier | Date pose d'option | Date de réservation | Prix |
|---|---|---|---|---|---|---|---|
| {{ $program?->name ?? '-' }} | {{ $product?->name ?? 'Lot ' . ($product?->number ?? '-') }} | @if($fiscalite) {{ $fiscalite->type?->label() ?? '-' }} @else - @endif | {{ $product?->type?->label() ?? '-' }} | {{ $currentState?->label() ?? '-' }} | {{ $option->created_at->format('d/m/Y') }} | {{ $dateReservation?->format('d/m/Y') ?? '-' }} | @if($prix) {{ number_format($prix->value, 0, ',', ' ') }} € @else - @endif |
Aucune vente dans l'historique
| Date d'archivage | Programme | Lot | Statut | Prix |
|---|---|---|---|---|
| {{ $dateArchivage->format('d/m/Y') }} | {{ $program?->name ?? '-' }} | {{ $product?->name ?? 'Lot ' . ($product?->number ?? '-') }} | {{ $currentState?->label() ?? '-' }} | @if($prix) {{ number_format($prix->value, 0, ',', ' ') }} € @else - @endif |
Aucun document