@extends('layouts.main') @section('page-style') @endsection @section('page-script') @endsection @section('content')

@include('layouts.notifications')
Exclude Product & Tag
{{ csrf_field() }}
New Product Recommendation

{{$recommendation}}

New Top Product in

By Recurring

@if(count($newTopQty) <= 0)

There are no new top products

@endif @foreach($newTopRec as $new)
  • {{$new['product_name']}}
  • @endforeach

    By Quantity

    @if(count($newTopQty) <= 0)

    There are no new top products

    @endif @foreach($newTopQty as $new)
  • {{$new['product_name']}}
  • @endforeach
    Report
    Filter Report
    {{ csrf_field() }}
    Top 10 Tag By Recurring
    Top 10 Tag By Quantity
    Top 10 Product By Recurring
    Top 10 Product By Quantity
    Data Tag
    @if (!empty($dataTag)) @foreach($dataTag as $value) @endforeach @endif
    Tag Name Recurring Quantity Action
    {{ $value['tag_name'] }} {{ $value['total_rec'] }} {{ $value['total_qty'] }} @php if(!isset($id_outlet)){ $id_outlet = 0; } @endphp
    @endsection