@extends('layouts.app') @section('title', 'Détails de l\'intervention') @section('content')
Intervention du {{ \Carbon\Carbon::parse($intervention->date)->format('d/m/Y') }}
Filtration Eau de Pluie
Nom
{{ $intervention->last_name }}
Prénom
{{ $intervention->first_name }}
Adresse email
{{ $intervention->email }}
Adresse de l'intervention
{{ $intervention->address }}
Date de l'intervention
{{ \Carbon\Carbon::parse($intervention->date)->format('d/m/Y') }}
Nom du technicien
{{ $intervention->technician_name }}
{{ $intervention->notes }}
Créé le
{{ $intervention->created_at->format('d/m/Y à H:i') }}
Dernière modification
{{ $intervention->updated_at->format('d/m/Y à H:i') }}
Identifiant
#{{ $intervention->id }}