@extends('layouts.app') @section('title', 'Détails du client') @section('breadcrumb') @endsection @section('content')
Nom {{ $customer->customer_name }}
Email {{ $customer->customer_email }}
Téléphone {{ $customer->customer_phone }}
Ville {{ $customer->city }}
Pays {{ $customer->country }}
Adresse {{ $customer->address }}
@endsection