{{ Session::get('flash_message') }}
{!! Form::select('week', $_weeks, $week, array('id' => 'week', 'class' => 'form-control' ,'data-placeholder' => 'SELECT Workweek')) !!}
{!! Form::select('year', $_years, $year, array('id' => 'branches', 'class' => 'form-control' ,'data-placeholder' => 'SELECT Workweek')) !!}
Week # {{$week}}
{{ date('F-d-Y', strtotime($arr['week_start'])) }} to {{ date('F-d-Y', strtotime($arr['week_end'])) }}
| Store | Weekly Target | Actual Sales | % to Goal | # of Transactions | ATV | Footcount | Conversion | Frame/Transactions | Upsell% | Frame Price Point | 25 Best Seller Inventory | Action |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $d->branch }} | {{ number_format($d->target,2) }} | {{ number_format($d->net_amount - $d->refund_amount,2) }} | {{ round((float) $_goal * 100 ) }}.% | {{ $d->total_trans }} | {{ round((float)$_atv ) }} | {{ $d->foot_count }} | {{ round((float)$_foot ) }} | {{ round($_ft,2) }} | {{ round((float) $_upsell * 100 ) }}.% | {{ round($_fpp,2) }} | {{ round((float) $_best * 100 ) }}.% | Store Overview |