@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => 'Category'])

Category

Add
@foreach ($categories as $index => $category) @endforeach
# Name Description Acton

{{ $index + 1 }}

{{ $category->name }}

{{ $category->description }}

@csrf @method('DELETE')
@endsection