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

@include('layouts.notifications')
Info Product
Code {{ $product[0]['product_code'] }}
Name {{ $product[0]['product_name'] }}
Category @if (!empty($product[0]['category'])) {{ $product[0]['category']['product_category_name'] }} @endif

Data Range

From {{ date('d F Y', strtotime($date_start)) }} Up To {{ date('d F Y', strtotime($date_end)) }}

Recurring & Quantity Detail
Nominal Detail
@endsection