@extends('layouts.app') @section('title', 'Détails Client') @section('breadcrumb')
{{ $customer->city ?? 'Ville inconnue' }}
Email: {{ $customer->email ?? '-' }}
Téléphone: {{ $customer->phone ?? '-' }}
Adresse: {{ $customer->address ?? '-' }}
Pays: {{ $customer->country ?? '-' }}