@extends('templates.dashboard') @section('dashboard')
Nom & Prénom | Téléphone | Intervention 1 | Intervention 2 | Intervention 3 | Intervention 4 | Description | Prix Total | Voir | Modifier | Supprimer | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Nom & Prénom | Téléphone | Intervention 1 | Intervention 2 | Intervention 3 | Intervention 4 | Description | Prix Total | Voir | Modifier | Supprimer | ||
{{ $item->nom }} | {{ $item->email }} | {{ $item->tel }} | {{ $item->intervention1Relation->titre ?? 'N/A' }} | {{ $item->intervention2Relation->titre ?? 'N/A' }} | {{ $item->intervention3Relation->titre ?? 'N/A' }} | {{ $item->intervention4Relation->titre ?? 'N/A' }} | {!! Str::limit(strip_tags($item->description), 50) !!} | {{ number_format( ($item->intervention1Relation->prix ?? 0) + ($item->intervention2Relation->prix ?? 0) + ($item->intervention3Relation->prix ?? 0) + ($item->intervention4Relation->prix ?? 0), 2, ) }} DH | Export PDF |