@extends('backend.layouts.admin.admin')
@section('title', 'Sub-Category')
@section('content')
| SN |
Image |
Title |
Category |
Published |
Actions |
@each('backend.subcategory.partials.table', $subcategories, 'subcategory')
@stop
@push('styles')
@endpush
@push('scripts')
@endpush