@if(!empty($product)) {{$product->name}} ({{$product->sku}}) @endif @if(!empty($category)) Category: {{ $category->name }}
@foreach($products as $product) @endforeach
{{ $product->name }} @if(!empty($product->sku)) ({{ $product->sku }}) @endif
@endif