@extends('components.customer_layout') @section('customer-content')
No applications found.
@else| ID | Customer | Service | Office | Area | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $application->id }} | {{ $application->customer->full_name ?? 'N/A' }} | {{ $application->service->name ?? 'N/A' }} | {{ $application->office->name ?? 'N/A' }} | {{ $application->area }} | {{ ucfirst($application->status) }} | View Edit |