@if ($product)
merge(['class' => 'max-w-none md:max-w-lg border border-primary-500 rounded-2xl p-8 mt-6 mx-4 md:mx-auto']) }}> {{$product->name}}

{{$product->description}}

@money($product->prices[0]->price, $product->prices[0]->currency->code)

{{ __('Get :name Now', ['name' => $product->name]) }} @if (!empty($extraDescription))
{{$extraDescription}}
@endif
@endif