@extends('layout.frontend.master-layout') @section('page-title') {{ isset($productDetail->meta_title) ? @$productDetail->meta_title . ' - '. @$viewComposerSiteSetting->company_name : ucwords(@$productDetail->title) . ' - Golcha Green Energy' }} @endsection @section('style') @endsection @section('main-content')

{{ @$productDetail->title }}

Home > Product

Product Overview

{{ strip_tags(@$productDetail->description) }}
@include('frontend.include._contact-bottom-part') @endsection @section('script') @vite(['resources/js/frontend/pages/project.js']) @endsection