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

@include('layouts.notifications')
Date Range
{{ csrf_field() }}
Recursive
Quantity
Data Product
@if (!empty($dataProduct)) @foreach($dataProduct as $value) @endforeach @endif
Code Product Recurring Quantity Nominal (Rp) Action
{{ $value['product_code'] }} {{ $value['product_name'] }} {{ $value['total_rec'] }} {{ $value['total_qty'] }} {{ number_format($value['total_nominal'], 2) }}
Nominal
@endsection