@extends('front.layout.app') @section('content') {{ $homeData->content['shop_banner_title'] }} {{ isset($category) ? $category->name : "Products" }} {{ $products->links('alerts.custom-pagination') }} @endsection