Add Product
Product List
| S.No | Service | Sub Category | Product Name | Status | Action |
|---|---|---|---|---|---|
| {{ $sr++ }} | {{ $product->service->name ?? '' }} | {{ $product->subCategory->name ?? '' }} | {{ $product->title ?? '' }} | @if($product->status == 1) @else @endif |
@extends('admin.layouts.app') @section('title','Product') @section('content')
| S.No | Service | Sub Category | Product Name | Status | Action |
|---|---|---|---|---|---|
| {{ $sr++ }} | {{ $product->service->name ?? '' }} | {{ $product->subCategory->name ?? '' }} | {{ $product->title ?? '' }} | @if($product->status == 1) @else @endif |