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