{{ $product->name }}

{{ $product->sub_title }}
@if ($product->benefits)
    @foreach ($product->benefits as $benefit)
  • {{ $benefit }}
  • @endforeach
@endif
Sowing Rate (g/m²)
{{ $details->sowing_rate_text ? $details->sowing_rate_text : $details->sowing_rate }}
View Product