{{ $label }}●
{{ number_format($value) }}@extends('layouts.app') @section('title', 'Application Directory') @section('content')
Track ownership, processing stage, fees and customer service accountability from one desk.
| Reference | Customer & service | Customer attended by | Typist / owner | Stage | Status | Fee | Action |
|---|---|---|---|---|---|---|---|
| {{ $application->application_number }}{{ $application->priority }} | {{ $application->customer?->full_name_en ?? 'Customer unavailable' }}{{ $application->service?->name_en ?? 'Service unavailable' }} | {{ $application->attendedBy?->name ?? 'Not recorded' }}Front desk service | {{ $application->typedByUser?->name ?? $application->assignedUser?->name ?? 'Unassigned' }}{{ $application->typing_started_at ? 'Started '.$application->typing_started_at->diffForHumans() : 'Not started' }} | {{ $application->currentStage?->stage_name_en ?? 'Intake' }} | {{ str($application->status)->replace('_',' ') }} | AED {{ number_format($application->total_price ?? 0, 2) }} | Open 360° |
| No applications match this viewClear the filters or start a new customer application.Create application | |||||||