@extends('layouts.base') @section('title', 'Modal') @section('content')
All Products
@foreach ($modal as $key => $category) @endforeach
Id Name Products Description Action
{{ ++$key }} {{ $category->name }} {{ $category->products_count }} {{ $category->description }}
  • @csrf
@endsection