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

@include('layouts.notifications')
Date Range
{{ csrf_field() }}
Transaction

{{-- --}}
TOP 10 Customer
@if (!empty($dataCustomer)) @foreach($dataCustomer as $value) @endforeach @endif
Nominal Name
{{ number_format($value['nominal'], 2) }} {{ $value['user']['name'] }}
TOP 10 Product

@if (!empty($dataProduct)) @foreach($dataProduct as $key=>$value) @if ($key < 10) @endif @endforeach @endif
Quantity Code Product Action
{{ $value['total_qty'] }} {{ $value['product_code'] }} {{ $value['product_name'] }}
@endsection