'.__('lang_v1.chart_no_data').'
@lang('lang_v1.bounce_insufficient_trend', ['days' => $trend['days_of_data']])
@endunless@lang('lang_v1.bounce_split_note')
@lang('lang_v1.bounce_hour_note')
@lang('lang_v1.bounce_forecast_help')
@if($forecast->isEmpty())@lang('lang_v1.bounce_forecast_no_data')
@else| @lang('sale.product') | @lang('lang_v1.weeks_observed') | @lang('lang_v1.avg_per_week') | @lang('lang_v1.direction') | @lang('lang_v1.projected_bounces_30d') | @lang('lang_v1.projected_lost_value') | @lang('lang_v1.suggested_qty') | @lang('lang_v1.confidence') |
|---|---|---|---|---|---|---|---|
| {{ $f->product_name }} | {{ $f->observed_weeks }} | {{ $f->avg_per_week }} | @if($f->direction === 'rising') @lang('lang_v1.rising') @elseif($f->direction === 'falling') @lang('lang_v1.falling') @else @lang('lang_v1.flat') @endif | {{ number_format($f->projected_bounces) }} | @format_currency($f->projected_lost_value) | {{ number_format($f->suggested_qty) }} |
{{-- Confidence shown as a bar, not just a number: it is
the difference between an order and a guess. --}}
@php $conf_cls = $f->confidence >= 60 ? 'progress-bar-green' : ($f->confidence >= 30 ? 'progress-bar-yellow' : 'progress-bar-red'); @endphp
|
| @lang('lang_v1.store') | @lang('business.state') | @lang('lang_v1.bounces') | @lang('lang_v1.served_requests') | @lang('lang_v1.bounce_rate') | @lang('lang_v1.estimated_lost_sales') | @lang('lang_v1.distinct_products') | @lang('messages.action') |
|---|---|---|---|---|---|---|---|
| {{ $b->business_name }} | {{ $b->state }} | {{ number_format($b->bounces) }} | {{ number_format($b->served) }} | {{ $b->rate }}% | @format_currency($b->lost_value) | {{ $b->products }} | @lang('lang_v1.view_log') |
| @lang('business.state') | @lang('lang_v1.stores') | @lang('lang_v1.bounces') | @lang('lang_v1.distinct_products') | @lang('lang_v1.estimated_lost_sales') | @lang('messages.action') |
|---|---|---|---|---|---|
| {{ $s->state }} | {{ $s->stores }} | {{ number_format($s->bounces) }} | {{ $s->products }} | @format_currency($s->lost_value) | @lang('lang_v1.drill_in') |
| @lang('sale.product') | @lang('product.sku') | @lang('lang_v1.bounces') | @lang('lang_v1.stores_affected') | @lang('lang_v1.estimated_lost_sales') | @lang('lang_v1.last_bounced') |
|---|---|---|---|---|---|
| {{ $p->product_name }} | {{ $p->sku }} | {{ number_format($p->bounces) }} | {{ $p->stores }} | @format_currency($p->lost_value) | {{ $p->last_bounced_at ? \Carbon::parse($p->last_bounced_at)->format('d M Y H:i') : '' }} |
@lang('lang_v1.unlisted_demand_help')
| @lang('lang_v1.searched_for') | @lang('lang_v1.times_asked') | @lang('lang_v1.stores_affected') | @lang('lang_v1.last_bounced') |
|---|---|---|---|
| {{ $u->term }} | {{ number_format($u->bounces) }} | {{ $u->stores }} | {{ $u->last_bounced_at ? \Carbon::parse($u->last_bounced_at)->format('d M Y H:i') : '' }} |