{{ $label }}
{{ $note }}
@extends('layouts.app') @section('title', 'Typist Command Center') @section('content')
Welcome, {{ auth()->user()->name }}. Process verified applications, resolve government returns, monitor SLA commitments and hand work to supervisors from one focused workspace.
Active work
{{ number_format($metrics['active']) }} Assigned to meDue attention
{{ number_format($metrics['sla_warnings']) }} SLA risk or overdueCompleted today
{{ number_format($metrics['completed_today']) }} {{ number_format($metrics['completed_week']) }} this weekOn-time rate
{{ $metrics['on_time_rate'] === null ? '—' : $metrics['on_time_rate'].'%' }} Last 30 days{{ $label }}
{{ $note }}
Priority, government returns and SLA risk are ranked automatically.
{{ $application->service?->name_en ?? 'Service unavailable' }}
Stage instruction: {{ $application->currentStage->instructions }}
@endifCurrent stage
{{ $application->currentStage?->stage_name_en ?? 'Start stage' }}
{{ $isPaused ? 'SLA paused' : ($isOverdue ? 'SLA overdue' : 'Stage deadline') }}
{{ $isPaused ? str($application->sla_pause_reason)->replace('_', ' ')->title() : ($application->due_at?->diffForHumans() ?? 'Not configured') }} @if($application->due_at && !$isPaused){{ $application->due_at->format('d M Y, h:i A') }}@endifBlocked: {{ $blockedTransition['blockers'][0] }}
@endifThere are no applications matching this view. Assigned typing work and government corrections will appear here automatically.
@if(collect($filters)->filter()->isNotEmpty())Clear queue filters@endif