@extends('layouts.app') @section('title', 'كشف حساب العميل') @section('content')

👤 كشف حساب العميل

اختر عميل لعرض بيان حسابه

عودة
@if($search) إلغاء @endif
@forelse($customers as $customer) @empty @endforelse
كود العميل اسم العميل البريد الإلكتروني رقم الهاتف الإجراءات
{{ $customer->code ?? '-' }} {{ $customer->name }} {{ $customer->email ?? '-' }} {{ $customer->phone ?? '-' }}
عرض كشف الحساب @if($customer->linked_supplier_id || $customer->reverse_linked_supplier_exists) كشف الحساب الموحد @else @endif

لم يتم العثور على أي عملاء

@if($customers->hasPages())
{{ $customers->links() }}
@endif
@endsection