@extends('theme::layouts.app') @section('content')
@include('theme::partials.breadcrumbs')
@if($product->is_featured ?? false) @lang('shop.Featured') @endif @if($product->isBundle()) layers @lang('shop.Bundle') @endif

{{ $product->name }}

@for ($i = 0; $i < $fullStars; $i++) star @endfor @if ($halfStar) star_half @endif @for ($i = 0; $i < $emptyStars; $i++) star @endfor
{{ number_format($averageRating, 1) }} ({{ $product->reviews->count() }} @lang('shop.reviews'))
update @lang('shop.Updated') {{ $product->updated_at->diffForHumans() }}
{{ $product->name }}
@if($product->getMedia('gallery')->count() > 1)
@foreach($product->getMedia('gallery') as $media) @endforeach
@endif
@if($product->faqs->count() > 0) @endif @if(isset($product->features['support']) && $product->features['support']) @endif
{!! $product->description !!}
@if($product->faqs->count() > 0) @endif @if(isset($product->features['support']) && $product->features['support']) @endif
@csrf {{-- Product type is determined by service layer - no business logic in theme --}} @if($productType === 'subscription') @include('theme::partials.pricing.subscription-box') @elseif($productType === 'multi-plan') @include('theme::partials.pricing.multi-plan-box') @else @include('theme::partials.pricing.single-plan-box') @endif
verified_user

@lang('shop.Secure Checkout')

help_center

@lang('shop.24/7 Support')

@endsection @push('ch_footer') @endpush