@extends('layouts.admin') @section('title', 'Service Categories') @section('page_title', 'Manage Service Categories') @section('content')
| Icon | Name | Slug | Top | SEO Title | Actions |
|---|---|---|---|---|---|
|
@if($category->image)
|
{{ $category->name }} | {{ $category->slug }} |
@if($category->is_top) YES @else No @endif | {{ Str::limit($category->meta_title, 40) }} | |
| No service categories found. | |||||