@extends('admin.layouts.admin') @section('title', 'Products - SIVILIMA Admin') @section('breadcrumb_title', 'Products') @section('breadcrumb')
| # | Image | Name | Category | Price (Rs.) | Order | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
@if($product->image)
@else
-
@endif
|
{{ $product->name }} | {{ $product->category->name ?? '-' }} | {{ number_format($product->price, 2) }} | {{ $product->sort_order }} | @if($product->is_active) Active @else Draft @endif | |
| No products yet. | |||||||