@extends('admin.layout') @section('title', 'Themes') @section('content')
Category Settings
Create and manage frontend themes from one place.
| Sequence | Name | Image | Slug | Status | Actions |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $category->name }} |
@if($category->image)
|
{{ $category->slug ?: '-' }} | {{ ucfirst($category->status) }} | |
| No themes found. | |||||