{{-- Feature 03 · Shared inbox. Full 4-pane inbox mock (channels · threads · chat · customer-360), plus a 6-tile capabilities row below. --}}
03
{{ fc('feature-inbox.eyebrow', __('Feature three')) }}
{{ fc('feature-inbox.label', __('Shared inbox & service desk')) }}
{{ fc('feature-inbox.meta1', __('round-robin')) }}· {{ fc('feature-inbox.meta2', __('SLA timers')) }}· {{ fc('feature-inbox.meta3', __('internal notes')) }}· {{ fc('feature-inbox.meta4', __('42s first response')) }}

{!! fc( 'feature-inbox.headline', __('Slack-fast.') . '
' . __('For') . ' WhatsApp.', ) !!}

{{ fc('feature-inbox.body', __("A shared inbox your agents won't quit over. Assign, escalate, snooze, resolve. Customer history, order data, and tags side-by-side. Keyboard-first.")) }}

{{-- inbox layout --}}
{{-- channels list --}}
{{ __('Views') }}
{{ __('All open') }} 14
{{ __('Mine') }} 3
{{ __('Unassigned') }} 5
{{ __('SLA breach') }} 2
{{ __('Snoozed') }} 8
{{ __('Closed today') }} 42
{{ __('Tags') }}
vip refund delivery loyal
{{-- thread list --}}
{{ __('All open · 14') }} SLA: 2m
Maya R.2m
my order #4218 says delivered…
vipdelivery
Anish K.8m · {{ __('breach') }}
extend my Pro plan?
Tomás S.14m
📎 receipt.pdf · refund
Sara K.22m
do you ship to Berlin?
Lina O.38m
missing 1 stem 🌷
{{-- chat pane --}}
MR
Maya Ramaswamy
+91 98xx · VIP · 12 {{ __('orders') }} · LTV $1,840
{{ __('online') }}
order #4218 says delivered but I haven't received it 😕
14:08
↳ {{ __('flow') }} · order_lookup
{{ __('Checking #4218 with our courier…') }}
14:08 ✓✓
{{ __('Left at apt 4B per courier note. Want me to ping them?') }}
14:09 ✓✓
{{ __('internal note · @sara') }}
{{ __("VIP – let's offer a 10% credit just in case.") }}
+
{{ __('Reply to Maya · / for canned') }}
⌘↵
{{-- side panel · customer 360 --}}
{{ __('Customer') }}
{{ __('Status') }}VIP
{{ __('Orders') }}12
LTV$1,840
{{ __('First seen') }}Apr 2024
{{ __('Sentiment') }}↓ {{ __('falling') }}
SLA
{{ __('first response') }}42s
{{ __('resolution') }}2m 14s
{{ __('Assigned') }}
Sara K.
{{-- 6 capability tiles --}}
@foreach ([['01', fc('feature-inbox.tile1_title', __('Round-robin')), fc('feature-inbox.tile1_desc', __('Per-team rules, skill tags, capacity caps.'))], ['02', fc('feature-inbox.tile2_title', __('SLA timers')), fc('feature-inbox.tile2_desc', __('First response & resolution targets per channel.'))], ['03', fc('feature-inbox.tile3_title', __('Internal notes')), fc('feature-inbox.tile3_desc', __('@mention teammates without the customer seeing.'))], ['04', fc('feature-inbox.tile4_title', __('Canned replies')), fc('feature-inbox.tile4_desc', __('Variables, snippets, per-team libraries.'))], ['05', fc('feature-inbox.tile5_title', __('Customer 360')), fc('feature-inbox.tile5_desc', __('Orders, LTV, sentiment, tags side-by-side.'))], ['06', fc('feature-inbox.tile6_title', __('CSAT on resolve')), fc('feature-inbox.tile6_desc', __('In-chat survey, dashboard breakdown by agent.'))]] as [$num, $title, $desc])
{{ $num }}
{{ $title }}

{{ $desc }}

@endforeach