@extends('app') @push('css') @php use App\Models\HomeFooter; $ecom_setting = DB::table('ecommerce_settings')->first(); $termCondition=HomeFooter::select('page_three_text')->first(); $home_footers = DB::table('home_footers')->first(); $generalSetting = DB::table('general_settings')->first(); @endphp @endpush @section('meta') @php $productImage = $single_product->main_image ? getImage('images/product/large', $single_product->main_image) : url('posadmin/logo', $generalSetting->site_logo); $productDescription = $single_product->meta_description ?? Str::limit(strip_tags($single_product->product_details), 160); $productTitle = $single_product->meta_title ?? $single_product->name; $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")