@extends('layouts.default') @section('content')

Products List

Back

    @foreach (\App\Models\Category::with('products')->get() as $category)
  • @endforeach
@foreach ($products as $key => $item)
@endforeach
@endsection @push('script') @endpush