@extends('layouts.base') @section('content') @section('breadcrumb') @endsection @if(session('success'))
| Date de création : | @if($reservation->created_at) {{ \Carbon\Carbon::parse($reservation->created_at)->format('d/m/Y à H:i') }} @else - @endif |
|---|---|
| Date de signature : | {{ \Carbon\Carbon::parse($reservation->signed_by_clients_at)->format('d/m/Y à H:i') }} |
| Commercialisateur : | {{ $reservation->option->user->firstname }} {{ $reservation->option->user->lastname }} |
| Commission reversée : | @php $hasOptionCommission = isset($optionCommissionPercent) && $optionCommissionPercent !== null; $hasCommissionAtRates = $commissionAtRates && is_array($commissionAtRates) && count($commissionAtRates) > 0; @endphp @if($hasOptionCommission) {{ number_format((float) $optionCommissionPercent, 2, ',', ' ') }} % @endif @if($hasCommissionAtRates) @foreach($commissionAtRates as $rate) @php $rateValue = $rate['value'] ?? null; $rateType = $rate['type'] ?? null; @endphp @if($rateValue !== null) {{ number_format((float) $rateValue, 2, ',', ' ') }} % @if($rateType) ({{ $rateType }}) @endif @endif @endforeach @elseif(! $hasOptionCommission) Aucune @endif |
| Programme : | @if($product->program) {{ $product->program->name }} @else - @endif |
| Lot : | {{ $product->number }} |
| Typologie : | {{ $product->type ? strtoupper($product->type->label()) : '-' }} |
| Surface habitable : | {{ number_format($surfaceHabitable, 2, ',', ' ') }} m² |
| Prix travaux éligibles : | {{ number_format($prixTravaux, 2, ',', ' ') }} € |
| Prix TTC : | {{ number_format($prixTTC, 2, ',', ' ') }} € |
| Etage : | {{ $product->floor->label() }} |
| Batiment : | {{ $product->building_number }} |
| État du lot : | @if($product->current_state) {{ $product->current_state->label() }} @else - @endif |
| Statut du workflow : | @if($currentTaskReservation && $currentTaskReservation->task) {{ $currentTaskReservation->task->name }} @elseif($reservation->task) {{ $reservation->task->name ?? 'Tâche #' . $reservation->task->id }} @else Aucune @endif |
| Opérations commerciales : |
@if($opeComsCommercialisateur->isNotEmpty())
Commercialisateur
@endif
@if($opeComsClient->isNotEmpty())
Client
@endif
|
| Dénomination : | {{ $buyingCompanyClient->name ?? '-' }} |
|---|---|
| Numéro RCS : | {{ $buyingCompanyClient->rcs_number }} |
| Lieu RCS : | {{ $buyingCompanyClient->rcs_location }} |
| Forme sociale : | {{ $buyingCompanyClient->type->label() }} |
| Capital social : | {{ number_format($buyingCompanyClient->capital, 2, ',', ' ') }} € |
| Siège social : | {{ $companyAddress->line_1 ?? '-' }} |
| Adresse ligne 2 : | {{ $companyAddress->line_2 }} |
| Code Postal : | {{ $companyAddress->zip_code ?? '-' }} |
| Ville : | {{ $companyAddress->city ?? '-' }} |
| Pays : | {{ $companyAddress->country?->name ?? '-' }} |
| Téléphone : |
@if($companyPhoneFixe || $companyPhoneMobile)
@if($companyPhoneFixe)
{{ format_phone_display($companyPhoneFixe->value) }} (fixe)
@endif
@if($companyPhoneMobile)
{{ format_phone_display($companyPhoneMobile->value) }} (portable)
@endif
@else
-
@endif
|
| Email : | @if($buyingCompanyClient->email) {{ $buyingCompanyClient->email }} @else - @endif |
| Mandataire social : | {!! nl2br(e(preg_replace('/ /i', "\n", $buyingCompanyClient->mandataire))) !!} |
| Civilité : | {{ $client->civility->label() }} |
|---|---|
| Nom : | {{ $client->lastname }} |
| Prénom : | {{ $client->firstname }} |
| Nom de jeune fille : | {{ $client->nom_jeune_fille }} |
| Adresse ligne 1 : | {{ $address->line_1 ?? '-' }} |
| Adresse ligne 2 : | {{ $address->line_2 }} |
| Code Postal : | {{ $address->zip_code ?? '-' }} |
| Ville : | {{ $address->city ?? '-' }} |
| Pays : | {{ $address->country?->name ?? '-' }} |
| Téléphone : |
@if($client->phones && $client->phones->isNotEmpty())
@foreach($client->phones as $phone)
{{ format_phone_display($phone->value) }}
@endforeach
@else
-
@endif
|
| Email : | @if($client->email) {{ $client->email }} @else - @endif |
| Date de naissance : | {{ $client->birthdate->format('d/m/Y') }} |
| Lieu de naissance : | {{ $client->birthplace }} |
| Profession : | {{ $client->profession }} |
| Employeur : | {{ $client->employeur }} |
| Nationalité : | {{ $client->nationality }} |
| Situation matrimoniale : | {{ $client->situation_matrimoniale->label() }} |
| Date de mariage ou Pacs : | {{ $client->date_mariage_pacs->format('d/m/Y') }} |
| Lieu de mariage ou Pacs : | {{ $client->lieu_mariage_pacs }} |
| Régime matrimonial : | {{ $client->regime_matrimonial->label() }} |
| Date de divorce : | {{ $client->date_divorce->format('d/m/Y') }} |
Aucun client associé
@endif| Civilité : | {{ $cobuyerCivilityLabel }} |
|---|---|
| Nom : | {{ $cobuyer['lastname'] ?? '-' }} |
| Prénom : | {{ $cobuyer['firstname'] ?? '-' }} |
| Nom de jeune fille : | {{ $cobuyer['nom_jeune_fille'] }} |
| Adresse ligne 1 : | {{ $cobuyerAddress['line_1'] ?? '-' }} |
| Adresse ligne 2 : | {{ $cobuyerAddress['line_2'] }} |
| Code Postal : | {{ $cobuyerAddress['zip_code'] ?? '-' }} |
| Ville : | {{ $cobuyerAddress['city'] ?? '-' }} |
| Pays : | {{ $cobuyerAddress['country_name'] ?? '-' }} |
| Téléphone : | {{ !empty($cobuyer['phone']) ? format_phone_display($cobuyer['phone']) : '-' }} |
| Email : | @if(!empty($cobuyer['email'])) {{ $cobuyer['email'] }} @else - @endif |
| Date de naissance : | {{ $cobuyerBirthdateFormatted }} |
| Lieu de naissance : | {{ $cobuyer['birthplace'] }} |
| Profession : | {{ $cobuyer['profession'] }} |
| Nationalité : | {{ $cobuyer['nationality'] }} |
| Situation matrimoniale : | {{ $situationLabel }} |
| Date de mariage ou Pacs : | {{ $cobuyerDateMariageFormatted }} |
| Lieu de mariage ou Pacs : | {{ $cobuyer['lieu_mariage_pacs'] }} |
| Régime matrimonial : | {{ $regimeLabel }} |
| Date de divorce : | {{ $cobuyerDateDivorceFormatted }} |
| Mode de financement : | @if($bankDataJson['mode_financement'] === 'credit') Crédit @elseif($bankDataJson['mode_financement'] === 'cash') Cash @else {{ ucfirst($bankDataJson['mode_financement']) }} @endif |
|---|---|
| Prix du lot : | {{ number_format($prixVenteTotal, 2, ',', ' ') }} € |
| Financement à l'aide d'un prêt : | @if(isset($bankDataJson['financement_pret']) && $bankDataJson['financement_pret']) Oui @else Non @endif |
| Montant du prêt : | {{ number_format($bankDataJson['montant_pret'], 2, ',', ' ') }} € |
| Nom de la banque : | {{ $bankDataJson['nom_banque'] }} |
| Apport personnel : | {{ number_format($bankDataJson['apport_personnel'], 2, ',', ' ') }} € |
| Frais de notaire : | {{ number_format($bankDataJson['frais_notaire'], 2, ',', ' ') }} € |
| Durée du prêt : | {{ $bankDataJson['duree_pret'] }} ans |
|---|---|
| Taux du prêt : | {{ number_format($bankDataJson['taux_pret'], 2, ',', ' ') }} % |
| Notaire en participation : | @if(isset($bankDataJson['notaire_participation']) && $bankDataJson['notaire_participation']) Oui @else Non @endif |
| Nom du notaire : | {{ $bankDataJson['nom_notaire'] }} |
| Prénom du notaire : | {{ $bankDataJson['prenom_notaire'] }} |
| Ville du notaire : | {{ $bankDataJson['ville_notaire'] }} |
Aucune information financière n'a été saisie pour cette réservation.
Aucun document n'a encore été uploadé côté front pour cette réservation.
@else