-{{ round((($product->price - $product->sale_price) / $product->price) * 100) }}% Off
@endif
@extends('layouts.app') @php $ogProductImage = $product->getPrimaryImage(); if ($ogProductImage && !filter_var($ogProductImage, FILTER_VALIDATE_URL)) { $ogProductImage = url($ogProductImage); } @endphp @section('meta_title', $product->name . ' - Buy Online at Gletra') @section('meta_description', Str::limit(strip_tags($product->description), 160)) @section('meta_image', $ogProductImage) @push('styles') @endpush @push('scripts') @include('partials.product-share') @endpush @section('content')
Bank Offer
5% Cashback on Axis Bank
Warranty
1 Year Brand Warranty
| Product Name | {{ $product->name }} |
|---|---|
| Brand | {{ $product->brand ? $product->brand->name : 'Gletra Originals' }} |
| Category | {{ $product->category ? $product->category->name : 'General' }} |
| Item SKU | {{ $product->sku ?? 'GLETRA-'.strtoupper(Str::random(6)) }} |
{{ $review->review }}
No reviews for this product yet.
Please sign in to share your feedback.
Login Now