@extends('admin.layouts.master') @section('title', 'تقرير المشتريات بالفترة') @section('page_title', 'تقرير المشتريات بالفترة') @section('breadcrumbs')
| الفترة | عدد الفواتير | الإجمالي | المدفوع |
|---|---|---|---|
| {{ $r->period }} | {{ $r->invoice_count }} | {{ number_format((float) $r->total, 2) }} | {{ number_format((float) $r->paid, 2) }} |
| الإجمالي | {{ $report['totals']['invoice_count'] }} | {{ number_format($report['totals']['total'], 2) }} | {{ number_format($report['totals']['paid'], 2) }} |