{{ __('Every customer in this workspace. Click a row to open the profile.') }}
| {{ __('Customer') }} | {{ __('Email') }} | {{ __('Phone') }} | {{ __('Badge') }} | {{ __('Updated') }} |
|---|---|---|---|---|
| @if ($customer->badge) {{ $customer->badge->emoji() }} @endif {{ $customer->name ?: ($customer->email ?: __('(unnamed)')) }} | {{ $customer->email ?: '—' }} | {{ $customer->phone ?: '—' }} | @if ($customer->badge) {{ $customer->badge->displayLabel() }} @else — @endif | {{ $customer->updated_at?->diffForHumans() ?? '—' }} |