@extends('admin.master') @section('content')
| SL | Image | Subcategory Name | Slug | Category | Status | Action |
|---|---|---|---|---|---|---|
| {{ $key + 1 }} |
@if($imagePath && file_exists(public_path($imagePath)))
No Image
@endif
|
{{ $value->subcategoryName }} | {{ $value->slug }} | {{ $value->category ? $value->category->name : 'No Category' }} | @if($value->status == 1) Active @else Inactive @endif | Edit @if($value->status == 1) @else @endif |
| No subcategory found | ||||||