@include('admin.layouts.sidebar')
@include('admin.layouts.topbar')

{{ $customer->full_name }}

E-posta
{{ $customer->email }}
Telefon
{{ $customer->phone ?? '—' }}
Kayıt tarihi
{{ $customer->created_at?->format('d.m.Y H:i') }}