@extends('admin.layouts.home') @section('title', 'Product Categories') @section('styles') @endsection @section('content')
{{ Str::limit($category->description, 100) ?? 'No description available.' }}
Are you sure you want to delete the category {{ $category->name }}?
Create a new product category