{{ $product->getFirstMedia('images') }}
@foreach(optional($product->highlights)->where('type', 'A') as $highlight)
{{ $highlight->text }}
@endforeach
Add to wishlist
80 NHC
@if ($rating = $product->reviews->avg('rating'))
Rating
{{ number_format($rating, 1) }}
@else No reviews yet @endif
@if ($pick = optional($product->highlights)->firstWhere('type', 'C'))
{{ $pick->text }}
@endif
    @foreach(optional($product->highlights)->where('type', 'B') as $highlight)
  • {{ $highlight->text }}
  • @endforeach
@svg('common.nh_basket')
{{ $product->price }} {{ \App\Libraries\CurrencyHelper::current() }}
{{ $product->delivery_type->key }} form
@foreach($product->disclaimers as $disclaimer)
{{ $disclaimer }}
@endforeach