@foreach ($product->all_images as $key => $value)
@endforeach
@foreach ($product->all_images as $key => $value)
@endforeach
{{ $product->content->name ?? '' }}
@if ( $product != null ) @if ( $product->content != null ) @if ( $product->content->description != null ) {!! $product->content->description !!} @else{{ translate('no_product_information_has_been_entered') }}
@endif @endif @endif