@extends('admin.layouts.master') @section('title', 'تقرير التحصيلات') @section('content')
| # | رقم العملية | التاريخ | النوع | العميل/الشركة | المبلغ |
|---|---|---|---|---|---|
| {{ $row->id }} | {{ $row->transaction_number }} | {{ optional($row->transaction_date)->format('Y-m-d H:i') }} | {{ $row->transaction_type_label }} | {{ $row->customer?->full_name ?? $row->company?->name ?? '-' }} | {{ number_format((float)$row->amount,2) }} |
| لا توجد بيانات | |||||