@extends('front.layouts.app') @section('content') @include('front.includes.product-list',[ 'title'=> 'Polish And Gel Duo', 'product' => $product, 'category' => $category, 'brand' => $brand ]) @endsection