@extends('admin::layouts.master') @section('content-header')
No | Name | Slug | Description | Created At | Action | @foreach ($categories as $category)
---|---|---|---|---|---|
{{ $no }} | {{ $category->name }} | {{ $category->slug }} | {{ $category->description }} | {{ $category->created_at }} | Edit · @include('admin::partials.modal', ['data' => $category, 'name' => 'categories']) |