@extends('layouts.admin-simple') @section('title', $productCategory->name) @section('page-title', $productCategory->name) @section('breadcrumb')
{{ $productCategory->description ?: 'No description provided.' }}
{{ $productCategory->slug }}
| Standard Name | Code | Applications | Products | Status | Actions |
|---|---|---|---|---|---|
| {{ $standard->name }} | {{ $standard->code ?: '-' }} | {{ $standard->applications->count() }} | {{ $standard->applications->sum(function($app) { return $app->products->count(); }) }} | @if($standard->is_active) Active @else Inactive @endif | View |
Add standards to organize products under this category.
add Add First Standard