@extends('app') @push('css') @php //use App\Models\EcommerceSetting; use App\Models\HomeFooter; //$ecom_setting = EcommerceSetting::first(); // Retrieve the cached item $item = Cache::get('site_status'); // Decode the cached data $ecom_setting = $item ? json_decode($item) : null; $termCondition=HomeFooter::select('page_three_text')->first(); @endphp @php $home_footers = DB::table('home_footers')->first(); $generalSetting = DB::table('general_settings')->first(); @endphp @endpush @section('content') @php $pdata=getProductInfo($single_product); $currentDate = now(); $startDate = $single_product['start_date']; $lastDate = $single_product['last_date']; @endphp
{!! $generalSetting->description !!}
@endif{!! $termCondition->page_three_text !!}
{{ $home_footers->service_one_text }}
{{ $home_footers->service_two_text }}
{{ $home_footers->service_three_text }}
{{ $home_footers->service_four_text }}
({{$single_product->productReviews->count()}}) Relative Product
@include("partials.reviewList")