@extends('layout') @section('h4-page', __('productService')) @section('contents')
| # | {{ __('Name') }} | {{ __('Status') }} |
|---|---|---|
| {{ $main->currentPage() > 1 ? $main->perPage() * $main->currentPage() - $main->perPage() + $key + 1 : $key + 1 }} | {{ $item->product?->name }} | |
| {{ __('NoDataFound') }} | ||