@if ($product) @inject('productService', 'App\Services\OneTimeProductService') @php $price = $productService->getProductPrice($product); @endphp
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($price->price, $price->currency->code)

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