@extends('layouts.admin') @section('title', 'Product List') @section('page-header')
| SL | Name | Category | Brand | Type | Sub Title | ||
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
@if ($product->product_thumbnail)
@endif
|
{{ $product->name }} | {{ $product->category->name }} | {{ $product->brand->name ?? 'N/A' }} | {{ $product->productType->name ?? 'N/A' }} |
{{ $product->sub_title ?? 'N/A' }}
|
{{-- action button --}}
|