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