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