- Customer status
-
{{ $customer->is_active ? 'Active' : 'Inactive' }}
- Created by
- {{ $customer->creator?->name ?: 'System' }}
- Created on
- {{ $customer->created_at?->format('d M Y, h:i A') }}
- Last updated
- {{ $customer->updated_at?->format('d M Y, h:i A') }}