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

🤝 كشف حساب شريك موحد

اختر شريك (عميل ومورد) لعرض بيان حسابه الموحد

عودة
@if(isset($search) && $search) إلغاء @endif
@forelse($customers as $customer) @php $linkedSupplierName = $customer->linkedSupplier->name ?? \App\Models\Supplier::where('linked_customer_id', $customer->id)->value('name') ?? '-'; @endphp @empty @endforelse
كود العميل اسم العميل المورد المرتبط الإجراءات
{{ $customer->code ?? '-' }} {{ $customer->name }} {{ $linkedSupplierName }} عرض كشف الحساب الموحد

لم يتم العثور على أي شركاء مرتبطين

تأكد من وجود عملاء تم ربطهم بموردين في النظام

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