@extends('layouts.banking') @section('title', 'إدارة العملاء') @section('content')
# | رقم العميل | الاسم | رقم الهوية | رقم الهاتف | الفرع | الحالة | الإجراءات |
---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $customer->customer_number }} | {{ $customer->name }} | {{ $customer->id_number }} | {{ $customer->phone ?: 'غير محدد' }} | {{ $customer->branch->name ?? 'غير محدد' }} | @if($customer->status == 'active') نشط @else غير نشط @endif |