@extends('layout.default') @include('layout.filter') @section('styles') @endsection @section('content') @include('layout.notifications') @yield('filter_view')

{{$promo_title}}

@if(!empty($data))
{{ csrf_field() }}


@endif
@if(!empty($data)) @foreach($data as $val) @endforeach @else @endif
Kode Produk Nama Produk Tipe Produk Variant Group Jumlah Terjual Harga Sekarang Total Gross Sales Total Diskon Rata-rata Diskon
{{ $val['product_code'] }} {{ $val['product_name'] }} {{ $val['type'] }} {{ $val['variant_group'] }} {{ number_format($val['sold_qty']) }} {{ 'Rp. '.number_format($val['price_now']) }} {{ 'Rp. '.number_format($val['total_gross_sales']) }} {{ 'Rp. '.number_format($val['total_discount']) }} {{ 'Rp. '.number_format($val['average_discount']) }}
Data Not Available
@if (!empty($data_paginator)) {{ $data_paginator->links() }} @endif
@endsection @section('scripts') {{-- --}} @yield('filter_script') @endsection