@extends('admin.layouts.admin') @section('title', 'Détails du rendez-vous - Admin KONTIXX') @section('page-title', 'Détails du rendez-vous') @section('page-description', 'Informations complètes sur le rendez-vous') @section('content')
Détails du contact
Nom complet
{{ $appointment->full_name }}
Téléphone
{{ $appointment->phone }}Date de demande
{{ $appointment->created_at->locale('fr')->isoFormat('dddd D MMMM YYYY à HH:mm') }}
Informations sur la demande
Type de rendez-vous
{{ ucfirst($appointment->appointment_type) }}
Type de projet
{{ ucfirst($appointment->project_type) }}
Créneau sélectionné
{{ $slot->date->locale('fr')->isoFormat('dddd D MMMM YYYY') }}
{{ \Carbon\Carbon::createFromFormat('H:i:s', $slot->start_time)->format('H:i') }} - {{ \Carbon\Carbon::createFromFormat('H:i:s', $slot->end_time)->format('H:i') }}
Statut
{{ ucfirst($appointment->status) }}Message du client
{{ $appointment->message ?: 'Aucun message' }}
Ce rendez-vous a déjà été traité.
Statut: {{ ucfirst($appointment->status) }}