@extends('layouts.app') @section('title', 'Customer 360 - ' . $customer->full_name_en) @section('content')
Full English Name: {{ $customer->full_name_en }}
Gender: {{ ucfirst($customer->gender) }}
Date of Birth: {{ $customer->dob ? $customer->dob->format('d M Y') : 'N/A' }}
Nationality: {{ $customer->nationality }}
Primary Mobile: {{ $customer->contact ? $customer->contact->primary_mobile : 'N/A' }}
Email: {{ $customer->contact ? $customer->contact->email : 'N/A' }}
No identity document records registered yet.
@endforelse| Document | Dates | Version | Review | Actions |
|---|---|---|---|---|
| {{ $doc->document_name }}{{ $doc->document_number??'No number' }} · {{ $doc->documentType?->name_en }} | {{ optional($doc->issue_date)->format('d M Y')?:'No issue date' }}Expires {{ optional($doc->expiry_date)->format('d M Y')?:'never' }} | v{{ $doc->version }} · {{ $doc->is_current?'Current':'Historical' }} | {{ str($doc->verification_status)->replace('_',' ')->title() }} | |
| No documents stored in vault yet. | ||||
Linked sponsor, spouse, child and dependent profiles.
Current and historical service work.
| Application | Service | Assigned | Status | Due |
|---|---|---|---|---|
| {{ $app->application_number }} | {{ $app->service?->name_en }} | {{ $app->assignedUser?->name??'Unassigned' }} | {{ str($app->status)->replace('_',' ')->title() }} | {{ optional($app->due_at)->format('d M Y H:i') }} |
No applications | ||||
Live financial ledger.
| Invoice | Total | Paid | Balance | Status |
|---|---|---|---|---|
| {{ $invoice->invoice_number }} | AED {{ number_format((float)$invoice->total_amount,2) }} | AED {{ number_format((float)$invoice->payments->sum('amount'),2) }} | AED {{ number_format((float)$invoice->balance_due,2) }} | {{ str($invoice->status)->title() }} |
No invoices | ||||
System, email, SMS and WhatsApp activity.
Document and service renewal pipeline.
Profile and document events.
{{ $note->note }}
No staff internal notes recorded for this customer.
@endforelse