@extends('layouts.app') @section('title', 'الفواتير') @section('page_title', 'إدارة الفواتير') @section('content')
| # | الفاتورة | المريض | التاريخ | الإجمالي | الحالة | |
|---|---|---|---|---|---|---|
| {{ $inv->id }} | {{ $inv->invoice_number }} | {{ $inv->patient?->name }} | {{ $inv->issued_date }} | {{ number_format($inv->total_amount, 2) }} ج.م | {{ $inv->status }} | عرض |
| لا توجد فواتير | ||||||