@extends('layouts.app') @section('title', ($sbProduct ? $sbProduct->prod_name : $product->prod_name) . ' - Saba Remedies') @section('content')
@php $primaryImg = $sbProduct ? $sbProduct->prod_img1 : ($product ? $product->prod_img1 : null); @endphp @if($primaryImg) {{ $title }} @else
@endif 100% Herbal
@if($sbProduct && ($sbProduct->prod_img2 || $sbProduct->prod_img3 || $sbProduct->prod_img4))
@if($sbProduct->prod_img1) @endif @if($sbProduct->prod_img2) @endif @if($sbProduct->prod_img3) @endif @if($sbProduct->prod_img4) @endif
@endif
Authentic Unani Medicine @if($activeProduct->prod_code) SKU: {{ $activeProduct->prod_code }} @endif

{{ $title }}

M.R.P (Inclusive of all taxes)
₹{{ $variants->first() ? $variants->first()->prod_price : ($activeProduct->prod_price ?? '0') }} ₹{{ $variants->first() ? $variants->first()->prod_cross_price : '' }}
In Stock & Ready to Ship
@csrf @if($variants->count() > 0)
@foreach($variants as $index => $variant) @endforeach
@endif
@if(!empty($siteSetting->whatsapp)) Order via WhatsApp @endif
@csrf
@if($activeProduct->prod_desp)
{!! nl2br(e($activeProduct->prod_desp)) !!}
@else

Authentic Unani formulation prepared according to classic Unani Pharmacopoeia standards with pure herbal extracts.

@endif
@if($sbProduct && $sbProduct->features) @endif
@if(isset($relatedProducts) && $relatedProducts->count() > 0)

Related Formulations

@foreach($relatedProducts as $rel)
₹{{ $rel->prod_price ?? 'N/A' }} View →
@endforeach
@endif
@endsection @push('scripts') @endpush