@extends('frontend.app') @section('content') @php use App\Models\Information; $info = Information::first(); @endphp
  • Home
  • {{ $cat->name }}
@forelse($items as $product)
@include('frontend.products.partials.product_section')
@empty
No Products Found !!
@endforelse

{{ $items->links() }}

@endsection @push('js') @endpush