@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')
Home @if($product->category) {{ $product->category->name }} @endif @if($product->brand) {{ $product->brand->name }} @endif {{ $product->name }}
@if($product->brand){{ $product->brand->name }}@endif Certified refurbished

{{ $product->name }}

{{ $product->price_inr }}
@if($product->mrp)
{{ $product->mrp_inr }}
{{ $product->discount_percent }}% off
@endif
Inclusive of all taxes · GST invoice provided
@if($product->quick_specs)
Key specs
@foreach((array)$product->quick_specs as $chip) {{ $chip }} @endforeach
@endif
Condition grade
@php $grades = [ 'A' => ['Like new', 'Minimal signs of use — faint marks only under bright light.'], 'B' => ['Good condition', 'Light cosmetic marks, fully functional — same performance as A.'], 'C' => ['Functional', 'Noticeable wear but 100% working. Great for bulk / IT.'], ]; $gLabel = $grades[$product->grade] ?? ['Grade '.$product->grade, '']; @endphp
{{ $product->grade }}
{{ $gLabel[0] }} @if($product->grade === 'B')Best value@endif
{{ $gLabel[1] }}
{{ $product->price_inr }}
@if($product->mrp)
{{ $product->mrp_inr }}
@endif
Availability {{ match($product->stock_status) { 'in_stock' => '✓ In stock', 'low_stock' => '⚡ Low stock', 'out_of_stock' => '✗ Out of stock', default => $product->stock_status, } }}
@if($product->stock_status !== 'out_of_stock')
@csrf
Qty:
@else
@endif
30-point QC tested
{{ $product->warranty_months }}mo warranty
GST invoice
Pan-India delivery
@if($product->description)
About this product
{{ $product->short_description }}
{!! $product->description !!}
@endif @if($specGroups->count())
Full specifications
All specs verified by our QC team.
@foreach($specGroups as $group => $specs)
{{ $group !== 'General' ? $group : 'Specifications' }}
@foreach($specs as $spec)
{{ $spec->label }}
{{ $spec->value }}
@endforeach
@endforeach
@endif
@if($related->count())
You might also like
@if($product->category) @endif
@foreach($related as $rel) @endforeach
@endif
{{ $product->price_inr }} @if($product->discount_percent > 0) {{ $product->discount_percent }}% off · Grade {{ $product->grade }} @endif
@csrf
@endsection @push('scripts') @endpush