@extends('layouts.app', ['title' => 'التحصيل والذمم']) @section('content')
متابعة الذمم المدينة والتحصيل حسب الشركة.
| الشركة | عدد العمليات | إجمالي الفواتير | المحصل | شيكات تحت التحصيل | الخصومات | الرصيد النهائي |
|---|---|---|---|---|---|---|
| {{ $row->company_name }} | {{ number_format((float)$row->total_transactions) }} | {{ number_format((float)$row->billed_amount, 2) }} | {{ number_format((float)$row->paid_amount, 2) }} | {{ number_format((float)$row->checks_under_collection, 2) }} | {{ number_format((float)$row->total_deductions, 2) }} | {{ number_format((float)$row->closing_balance, 2) }} |
| لا توجد بيانات | ||||||