@extends('layouts.app') @section('title', 'Customer Profile') @section('breadcrumb')
{{ $customer->name }}
{{ $customer->group?->name ?? 'General Customer' }}
No orders yet
{{ $customer->notes }}