@extends('layouts.app') @section('title', 'تقرير المبيعات حسب الفترة') @section('content')
تتبع اتجاه المبيعات عبر فترات مختلفة
| الفترة | عدد الفواتير | إجمالي المبيعات | الضريبة | الخصم | الإجمالي | المدفوع | المعلق |
|---|---|---|---|---|---|---|---|
| {{ $item['period'] }} | {{ $item['invoice_count'] }} | {{ number_format($item['total_sales'], 0) }} | {{ number_format($item['total_tax'], 0) }} | {{ number_format($item['total_discount'], 0) }} | {{ number_format($item['total_amount'], 0) }} | {{ number_format($item['paid_amount'], 0) }} | {{ number_format($item['remaining_amount'], 0) }} |
|
لا توجد بيانات |
|||||||