@extends('layouts.app') @section('title', 'عملاء المبيعات - '.config('app.name')) @section('breadcrumb') الرئيسية › المبيعات › عملاء المبيعات @endsection @section('content')
| العميل |
الحالة التشغيلية |
الرصيد الحالي |
الهاتف |
||
|---|---|---|---|---|---|
| {{ $customer->display_name }} {{ $customer->code }} | @if($op === 'active') نشط @else موقف @endif | SAR{{ number_format($opBal, 2) }} | {{ $phoneLine !== '' ? $phoneLine : '—' }} | @php $salesCustMenuId = 'sales-cust-actions-'.$customer->id; @endphp | |
| لا يوجد عملاء مطابقون للفلتر. | |||||