@extends('layout') @section('h4-page', __('ReportPopularProduct')) @section('contents')
| # | {{__("ServiceName")}} | {{__("ProductName")}} | {{__("qty")}} |
|---|---|---|---|
| {{ $main->currentPage() > 1 ? $main->perPage() * $main->currentPage() - $main->perPage() + $key + 1 : $key + 1 }} | {{ $item->service?->name }} | {{ $item->product?->name }} | {{ $item->product_count }} |
| {{__("NoDataFound")}} | |||