@extends('layouts.app') @section('title', 'الفواتير') @section('page_title', 'إدارة الفواتير') @section('content')
الفواتير
إنشاء فاتورة
@forelse($invoices as $inv) @empty @endforelse
# الفاتورة المريض التاريخ الإجمالي الحالة
{{ $inv->id }} {{ $inv->invoice_number }} {{ $inv->patient?->name }} {{ $inv->issued_date }} {{ number_format($inv->total_amount, 2) }} ج.م {{ $inv->status }} عرض
لا توجد فواتير
@endsection @push('scripts') @endpush