@if ( isset($product) && $product != null )
@if ($product->first_image != null) {{ $product->content->name ?? translate('product') }} @else
Image Not Found
@endif
@if ( isset($product->category) && $product->category != null ) @if ( (isset($product->category->content) && $product->category->content != null) && (isset($product->category->content->url) && $product->category->content->url != null) )
{{ $product->category->content->name ?? translate('category') }}
@endif @endif
{{--
--}}

{{ $product->content->name ?? translate('product') }}

{{ $product->get_price(false) }}
@endif