@props([ 'name' => '', 'price' => null, 'image' => null, 'href' => '#', ])
@if($image) {{ $name }} @else
{{ __('storefront.product.no_image') }}
@endif
{{ __('storefront.product.add_to_cart') }}
{{ $name }} @if($price !== null) @endif