@extends('layouts.base') @section('content') @section('breadcrumb') @endsection @if(session('success'))
{{ $client->id }}Aucun dossier actif
| Programme | Lot | Fiscalité associée | Typologie | Commercialisateur | Statut du dossier | Date pose d'option | Date de réservation | Prix | Action |
|---|---|---|---|---|---|---|---|---|---|
| {{ $program?->name ?? '-' }} | {{ $product?->name ?? 'Lot ' . ($product?->number ?? '-') }} | @if($fiscalite) {{ $fiscalite->type?->label() ?? '-' }} @else - @endif | {{ $product?->type?->label() ?? '-' }} | {{ $option->user?->firstname }} {{ $option->user?->lastname }} | {{ $currentState?->label() ?? '-' }} | {{ $option->created_at->format('d/m/Y') }} | {{ $dateReservation?->format('d/m/Y') ?? '-' }} | @if($prix) {{ number_format($prix->value, 0, ',', ' ') }} € @else - @endif | Voir dossier |
Aucune vente dans l'historique
| Date d'archivage | Programme | Lot | Commercialisateur | Statut | Prix | Action |
|---|---|---|---|---|---|---|
| {{ $dateArchivage->format('d/m/Y') }} | {{ $program?->name ?? '-' }} | {{ $product?->name ?? 'Lot ' . ($product?->number ?? '-') }} | {{ $option->user?->firstname }} {{ $option->user?->lastname }} | {{ $currentState?->label() ?? '-' }} | @if($prix) {{ number_format($prix->value, 0, ',', ' ') }} € @else - @endif | Voir dossier |
Aucun commercialisateur rattaché
| Nom du commercialisateur | Réseau | Lien vers le dossier de vente |
|---|---|---|
| {{ $user->firstname }} {{ $user->lastname }} | @if($user->companies->first()) {{ $user->companies->first()->name }} @else - @endif | @if($options->isNotEmpty()) @foreach($options as $opt) Dossier #{{ $opt->id }} @endforeach @else - @endif |
Aucun document