| # | Nom | Action |
|---|---|---|
| {{ $fichier->id }} | {{ $fichier->nom_original }} | Voir |
@extends('layouts.app') @section('title', 'Détails de la Demande #' . $demande->id . ' - L\'unique Création') @push('styles') @endpush @section('content')
| # | Nom | Action |
|---|---|---|
| {{ $fichier->id }} | {{ $fichier->nom_original }} | Voir |
| # | Devis BGB | Montant | Devis Poseur | |
|---|---|---|---|---|
| {{ $devis->id_prospectBGB }}-{{ $devis->ref_devis }} |
{{ $devis->description ?? 'Aucune description' }} @if($devis->pdf_devis) Voir Télécharger @endif |
{{ number_format($devis->total_ht, 2, ',', ' ') }} € HT {{ number_format($devis->total_ttc, 2, ',', ' ') }} € TTC |
@if($devis->pdf_devis_pose)
Voir
Télécharger
@endif
|
Aucun devis signé déposé.
@endifAucun fichier de prise de côtes déposé.
@endifAucun PV de réception déposé.
@endifAucun PV de réception signé déposé.
@endif| # | Nom fichier | Date création | Déposé par | Actions |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $document->nom_fichier }} | {{ $document->created_at->format('d/m/Y H:i') }} | {{ $document->user->name }} | Voir Télécharger |
| Aucun document déposé | ||||
| # | Produits | Petites Quincaillerie | Déplacements | Réception / Manutention | Prise de côtes | Compléments |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ number_format($estimation->produits_total_ht, 2, ',', ' ') }} € | {{ number_format($estimation->quincaillerie_total_ht, 2, ',', ' ') }} € | {{ number_format($estimation->pose_dechet_total_ht, 2, ',', ' ') }} € | @if($estimation->has_reception_manutention) {{ number_format($estimation->reception_manutention_total_ht, 2, ',', ' ') }} € @endif | @if($estimation->has_prise_cote) @if($estimation->has_majoration_reception == 0) OFFERT @else {{ number_format($estimation->prise_cote_total_ht, 2, ',', ' ') }} € @endif @endif | @if($estimation->complements->isNotEmpty()) {{ number_format($estimation->complement_total_ht, 2, ',', ' ') }} € @endif |
| Total HT pose | {{ number_format($estimation->pose_total_ht, 2, ',', ' ') }} € |
| TVA | {{ number_format($estimation->tva, 2, ',', ' ') }} % |
| Total TTC pose | {{ number_format($pose_total_ttc_raw, 2, ',', ' ') }} € |
| Total HT fourniture devis #{{ $estimation->id_prospectBGB }}-{{ $estimation->ref_demandeBGB }} | {{ number_format($estimation->devis?->total_ht ?? 0, 2, ',', ' ') }} € |
| Total TTC fourniture devis #{{ $estimation->id_prospectBGB }}-{{ $estimation->ref_demandeBGB }} | {{ number_format($estimation->devis?->total_ttc ?? 0, 2, ',', ' ') }} € |
| Total HT fourniture + pose | {{ number_format($estimation->devis?->total_ht + $estimation->pose_total_ht ?? 0, 2, ',', ' ') }} € |
| Total TTC fourniture + pose | {{ number_format($estimation->devis?->total_ttc + $pose_total_ttc_raw ?? 0, 2, ',', ' ') }} € |
| Forfait | Quantité | Ouvertures | Type cloison | Total HT |
|---|---|---|---|---|
| {{ number_format($estimation->forfait_unitaire_ht_quincaillerie, 2, ',', ' ') }} € | {{ $estimation->quantite }} | {{ $estimation->ouverture }} | {{ $estimation->type_cloison }} | {{ number_format($estimation->quincaillerie_total_ht, 2, ',', ' ') }} € |
| Forfait | Quantité | Difficulté accès | Distance du siège | Total HT |
|---|---|---|---|---|
| {{ number_format($estimation->forfait_ht_deplacement, 2, ',', ' ') }} € | {{ $estimation->quantite }} | {{ $estimation->difficulte_acces }} | {{ $estimation->zone_pose_dechet }} | {{ number_format($estimation->pose_dechet_total_ht, 2, ',', ' ') }} € |
| Forfait | Quantité | Etage | Total HT |
|---|---|---|---|
| {{ number_format($estimation->forfait_ht_dechet + $estimation->forfait_unitaire_ht_reception_manutention, 2, ',', ' ') }} € | {{ $estimation->quantite }} | {{ $estimation->etage }} | {{ number_format($estimation->reception_manutention_total_ht, 2, ',', ' ') }} € |
| Forfait | Quantité | Distance du siège | Ouvertures cintrées/voutées | Total HT |
|---|---|---|---|---|
| {{ number_format($estimation->forfait_ht_prise_cote, 2, ',', ' ') }} € | {{ $estimation->quantite }} | {{ $estimation->zone_cote }} | @if($estimation->has_ouverture_cintree_voutee) Oui @else Non @endif | @if($estimation->has_majoration_reception == 0) OFFERT @else {{ number_format($estimation->prise_cote_total_ht, 2, ',', ' ') }} € @endif |
| # | Produits | Matière | Limites dimensionnelles | Total HT |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $produit->produit }} | {{ $produit->matiere }} | {{ $produit->limite_dimensionnelle }} | {{ number_format($produit->produit_total_ht, 2, ',', ' ') }} € |
| {{ $estimation->produits_total_ht }} € | ||||