@extends('backend.layouts_backend.master2') @section('title') Custom Date Range Business Performance @endsection @section('content')
# | Product Name | Total Amount Sold |
---|---|---|
{{ $key + 1 }} | {{ $product['product_name'] ?? '' }} | {{ $product['total_paid'] ?? '' }} UGX |
# | Product Name | Total Amount Sold |
---|---|---|
{{ $key + 1 }} | {{ $product['product_name'] ?? '' }} | {{ $product['total_paid'] ?? '' }} UGX |