@lang('modules.report.itemReportMessage') @php $formattedStartTime = \Carbon\Carbon::parse($startTime)->format('h:i A'); $formattedEndTime = \Carbon\Carbon::parse($endTime)->format('h:i A'); @endphp ({{ $startDate === $endDate ? __('modules.report.salesDataFor') . " $startDate, " . __('modules.report.timePeriod') . " $formattedStartTime - $formattedEndTime" : __('modules.report.salesDataFrom') . " $startDate " . __('app.to') . " $endDate, " . __('modules.report.timePeriodEachDay') . " $formattedStartTime - $formattedEndTime" }})
{{ currency_format($this->totalRevenue, restaurant()->currency_id) }}
{{ $this->totalQuantitySold }}
|
{{ $item->item_name }} ({{ $variation->variation }})
|
{{ $item->category->category_name ?? '' }} |
{{ $variation->quantity_sold }}
|
{{ currency_format($variation->price, restaurant()->currency_id) }}
|
{{ currency_format($variation->total_revenue, restaurant()->currency_id) }}
|
|
{{ $item->item_name }}
|
{{ $item->category->category_name ?? '' }} |
{{ $item->quantity_sold }}
|
{{ currency_format($item->price, restaurant()->currency_id) }}
|
{{ currency_format($item->total_revenue, restaurant()->currency_id) }}
|
| @lang('messages.noItemAdded') | ||||