@extends('layout2.clim.admin-header') @section('content')
| ID | Image | Name | Slug | Position | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $category->id }} |
|
{{ $category->name }} | {{ $category->slug }} | {{ $category->position }} | @if ($category->is_active) Active @else Inactive @endif |