@extends('layouts.admin') @section('content')
@foreach($categories as $category) @endforeach
#ID Category Name Slug Total Products Actions
#{{ $category->id }}
{{ $category->name }}
{{ $category->slug }} {{ $category->products_count }} Products
@csrf @method('DELETE')
@push('styles') @endpush @push('scripts') @endpush @endsection