@section('title', $product->name) @section('styles') @php $productLink = \App\Http\Livewire\Extensions\GloverWebsite\Services\WebsiteUrlManagerService::productUrl( $product, ); @endphp {{-- seo links --}} {{-- twitter --}} {{-- facebook --}} @endsection
{{ $product->name }}
{{ currencyFormat($product->price) }}
@endif{{ currencyFormat($product->sell_price) }}
{{ __('Out of stock') }}
@else{{ __('In stock') }}
@endif{{ strip_tags($product->description) }}
{{ $option_group->name }}
{{ $option->name }} {{-- if price is not 0 or null --}} @if ($option->price != 0 && $option->price != null) ({{ currencyFormat($option->price) }}) @endif
{{ $message }}
@enderror{{ __('Categories') }}
{{ __('Tags') }}
{{ $maskedName }}
-
{{ $review->created_at->diffForHumans() }}
{{ $review->review }}