update marketing
All checks were successful
All checks were successful
This commit is contained in:
@@ -33,7 +33,13 @@
|
||||
<td class="text-start">{{ __('Total') }}</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>
|
||||
{{
|
||||
$stock_reports->sum(function ($stock_report) {
|
||||
return $stock_report->stocks->sum('productStock');
|
||||
})
|
||||
}}
|
||||
</td>
|
||||
<td></td>
|
||||
<td class="text-end">
|
||||
{{ currency_format(
|
||||
|
||||
Reference in New Issue
Block a user