@extends('backend.layouts.admin.admin') @section('title', 'Category') @section('content')
Category
@each('backend.category.partials.table', $categories, 'category')
SN Image Title Description Actions
@stop @push('styles') @endpush @push('scripts') @endpush