@extends('admin.layouts') @section('title', 'Products') @section('header') @endsection @section('content')
| S/N | CATEGORY | SUB CATEGORY | TITLE | UNIT | PRICE | ACTION |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $product->category->category_name ?? 'N/A' }} | {{ $product->subcategory->subcategory_name ?? 'N/A' }} | {{ implode(', ', $titles) }} | {{ implode(', ', $units) }} | {{ implode(', ', $prices) }} | View |