@include('partials.staff_navbar')
Audit, evaluate, and search through submission entries arranged chronologically from newest to oldest.
| Tracking Ref / Org Name | Operational Boundary | Representative Profile | Workflow State | Filing Invoice | {{ $activeTab === 'delivered' ? 'Date of Completion' : 'Date Logged' }} | Management Action |
|---|---|---|---|---|---|---|
|
{{ $reg->resume_code }}
{{ $reg->org_legal_name ?? $reg->rep_institution ?? 'Incomplete Shell Record' }}
Class: {{ $reg->handler_legal_class ?? 'N/A' }}
|
@if($reg->data_handler_role === 'both')
Controller & Processor
@elseif($reg->data_handler_role === 'controller')
Data Controller
@elseif($reg->data_handler_role === 'processor')
Data Processor
@else
Not Set
@endif
{{ $reg->sector ?? 'Unassigned Sector' }}
|
{{ $reg->rep_name ?? 'N/A' }} +{{ $reg->rep_phone_country_code ?? '252' }} {{ $reg->rep_phone ?? '' }} {{ $reg->rep_email ?? 'N/A' }} |
@if($reg->status === 'delivery')
Issued / Delivered
@elseif($reg->status === 'under_review')
Audit Pending
@elseif($reg->status === 'draft')
Draft Profile
@else
{{ $reg->status }}
@endif
|
${{ number_format($reg->invoice_amount, 2) }} @if($reg->payment_status === 'paid') Paid @else Unpaid @endif | @if($isFullyDelivered) {{ $reg->date_of_completion ? $reg->date_of_completion->format('M d, Y') : ($reg->payment_date ? $reg->payment_date->format('M d, Y') : $reg->updated_at->format('M d, Y')) }} Approved File @else {{ $reg->created_at ? $reg->created_at->format('M d, Y') : 'N/A' }} {{ $reg->created_at ? $reg->created_at->format('h:i A') : '--:--' }} @endif | |
No Records DiscoveredThere are no individual registration entries matching this workspace tab container definition filter. |
||||||