Menu Intelligence

AI-powered insights & recommendations

AI
@if($isLoading || $isRefreshing)
@for($i = 0; $i < 3; $i++)
@endfor
@for($i = 0; $i < 2; $i++)
@endfor
@elseif($hasInsights && !$isLoading && !$isRefreshing)
@if(!empty($summary))

Performance Summary

{{ $summary }}

@endif @if(!empty($insights))

Key Insights

@foreach($insights as $index => $insight)
@if(($insight['priority'] ?? 'medium') === 'high') High @elseif(($insight['priority'] ?? 'medium') === 'medium') Medium @else Low @endif
{{ $insight['title'] ?? 'Insight' }}

{{ $insight['summary'] ?? '' }}

@if(isset($insight['impact']))

Impact: {{ $insight['impact'] }}

@endif
@endforeach
@endif @if(!empty($recommendations))

Recommendations

@foreach($recommendations as $index => $recommendation)
@if(($recommendation['priority'] ?? 'medium') === 'high') High @elseif(($recommendation['priority'] ?? 'medium') === 'medium') Medium @else Low @endif
{{ $recommendation['title'] ?? 'Recommendation' }}

{{ $recommendation['description'] ?? '' }}

@if(isset($recommendation['expected_impact']))

Expected: {{ $recommendation['expected_impact'] }}

@endif
@endforeach
@endif @if($generatedAt)

Generated {{ \Carbon\Carbon::parse($generatedAt)->diffForHumans() }} @if(!$isRefreshing) • Cached @endif

@endif
@else

No insights yet

Start receiving orders to see AI-powered menu intelligence insights

@endif