@extends('layouts.site') @section('title', $product->getSeoTitle($product->name).' — pcfy.in') @section('meta_description', $product->getSeoDescription($product->short_description ?? '')) @section('og_image', $product->getOgImage()) @section('screen_label', 'Product Detail') @if($product->isNoindex())@section('meta_robots', '')@endif @section('schema_json') @endsection @section('page_css') @endsection @section('content')