@extends('admin.layouts.master') @section('title', 'الأرباح والخسائر') @section('page_title', 'تقرير الأرباح والخسائر') @section('breadcrumbs')
| إجمالي المبيعات | {{ number_format($report['sales'], 2) }} |
|---|---|
| (–) تكلفة البضاعة المباعة (COGS) | ({{ number_format($report['cogs'], 2) }}) |
| = مجمل الربح | {{ number_format($report['gross'], 2) }} ({{ $report['gross_pct'] }}%) |
| (–) إجمالي المشتريات | ({{ number_format($report['purchases'], 2) }}) |
| = صافي النتيجة | {{ number_format($report['net_result'], 2) }} |
ملاحظة: التكلفة محسوبة باستخدام سعر التكلفة الحالي للمنتجات (cost_price) — تقريبي.