{{ $label }}
{{ number_format($value) }}@extends('layouts.app') @section('title', 'Customer Service Command Center') @section('content')
Customer experience & case visibility
Answer inquiries using live application status and a complete communication trail.
{{ $label }}
{{ number_format($value) }}Latest open customer applications and current workflow stages.
| Application | Customer | Service / Stage | Status |
|---|---|---|---|
| {{ $application->application_number }}{{ $application->created_at->diffForHumans() }} | {{ $application->customer?->full_name_en ?? 'Customer unavailable' }}{{ $application->customer?->primary_mobile }} | {{ $application->service?->name_en ?? 'Unassigned service' }}{{ $application->currentStage?->stage_name_en ?? 'Start stage' }} | {{ str($application->status)->replace('_',' ')->title() }} |
CNo active customer cases Open applications will appear here. | |||
Omnichannel messages with delivery status and record links.
{{ $message->subject ?: str($message->message)->limit(90) }}
{{ ucfirst($message->direction) }} · {{ ucfirst($message->channel) }} · {{ $message->created_at->diffForHumans() }}Messages sent through the communication center will be logged here.