@lang('menu.itemReport')

@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" }})

@lang('modules.report.sumOfTotalRevenue')

{{ currency_format($this->totalRevenue, restaurant()->currency_id) }}

@lang('modules.report.totalQuantitySold')

{{ $this->totalQuantitySold }}

@lang('app.to')
@lang('app.to')
@if($searchTerm) @endif
@lang('app.export')
@forelse ($this->menuItems as $item) @if($item->variations_count > 0) @foreach($item->variations as $variation) @endforeach @else @endif @empty @endforelse
{{ $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')
@script @endscript