@extends('layouts.fleet') @section('title', niche_label('entities.customer', 'العملاء').' — '.niche_module_label('fleet')) @section('content')
الإجمالي: {{ $listStats['total'] }} — نشط: {{ $listStats['active'] }}
| {{ $customer->name }} | {{ $customer->phone ?? '—' }} | {{ $customer->city ?? '—' }} | {{ $customer->assignedAgent?->name ?? '—' }} | {{ $customer->status === 'active' ? 'نشط' : 'غير نشط' }} | تعديل |
| لا يوجد عملاء بعد. | |||||