@extends('layouts.app') @section('title', 'Category List') @section('content')
| No | {{--Image | --}}Name | {{--Description | --}}Action |
|---|---|---|---|---|
| {{ $index + 1 }} | {{--
@if($category->image)
| --}}
{{ $category->name }} | {{--{{ $category->description ?? '—' }} | --}}
|
| No categories found. | ||||