@extends('layouts.app') @section('title', 'Customers') @section('content')
| Name | Type | Passport No | Iqama No | Mobile | Actions |
|---|---|---|---|---|---|
| {{ $customer->name }} | {{ ucfirst($customer->iqama_type->value) }} | {{ $customer->passport_no }} | {{ $customer->iqama_no }} | {{ $customer->mobile_no }} | |
| No customers found. | |||||