@extends('layouts.fleet') @section('title', 'التحصيل الميداني — '.niche_module_label('fleet')) @section('content')
| {{ $item->collection_number }} | {{ $item->agent?->name ?? '—' }} | {{ $item->customer?->name ?? '—' }} | {{ $item->collected_on->format('Y-m-d') }} | {{ $paymentLabels[$item->payment_method] ?? $item->payment_method }} | {{ erp_money($item->subtotal) }} | {{ $statusLabels[$item->status] ?? $item->status }} |
| لا توجد سندات تحصيل. | ||||||