@extends('layouts.fleet') @section('title', 'التحصيل الميداني — '.niche_module_label('fleet')) @section('content')

التحصيل الميداني

@if(app(\App\Support\FleetAccess::class)->allows(\App\Support\FleetAccess::CAP_MANAGE_COLLECTIONS)) تحصيل جديد @endif
@forelse($collections as $item) @empty @endforelse
الرقم المندوب العميل التاريخ التحصيل المبلغ الحالة
{{ $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 }}
لا توجد سندات تحصيل.
{{ $collections->links() }}
@endsection