@extends('layouts.crm') @section('title', 'حسابات الولاء — CRM') @section('breadcrumb') الرئيسية › إدارة العملاء › حسابات الولاء @endsection @section('content')
إجمالي السجلات المطابقة للتصفية: {{ number_format((int) ($totalFiltered ?? 0)) }}
|
@if($cust)
{{ $cust->display_name }}
{{ $cust->code }}
@else
—
@endif
|
{{ $prog?->name ?? '—' }}
@if($prog)
{{ $prog->code }}
@endif
|
{{ $prog?->points_name ?? '—' }} | {{ number_format((float) $account->current_balance, 2) }} | {{ number_format((float) $money, 4) }} |
|
لا توجد حسابات ولاء مسجلة بعد؛ سجّل العملاء من بطاقة العميل في المبيعات.
|
||||