@extends('layouts.app') @section('title', $product->name . ' - AutoPart') @section('content') @php $imgSrc = $product->image_path ? asset('images/' . $product->image_path) : 'https://ui-avatars.com/api/?name=' . urlencode($product->name) . '&background=random&size=400'; $discount = ($product->old_price && $product->old_price > $product->price) ? round((1 - $product->price / $product->old_price) * 100) : 0; $thumbImg = asset('images/341fbb0976be66c1c36fd01a5b73ab10.jpg'); @endphp
{{ $product->description ?? 'Provide optimal protection and performance with our premium ' . $product->name . '. Engineered for high performance and longevity.' }}
{{-- Add to Cart --}}{{ $product->description ?? 'Provide optimal protection and performance with our premium ' . $product->name . '.' }} Designed to meet or exceed OEM specifications, this product guarantees perfect fitment and function.