@foreach($specialCategories as $specialCategory) @if($specialCategory->contentType === 'BUSINESS' && $specialCategory->contentFormatType === 'STANDARD' && isset($specialCategory->restaurants) && count($specialCategory->restaurants))

{{ $specialCategory->categoryName }}

{{ $specialCategory->description }}

Të Gjitha
@foreach($specialCategory->restaurants as $restaurant)
@include('home.partials.restaurantStandard', ['restaurant' => $restaurant])
@endforeach
@endif @if($specialCategory->contentType === 'BUSINESS' && $specialCategory->contentFormatType === 'LOGO' && isset($specialCategory->restaurants) && count($specialCategory->restaurants)) {{dd($specialCategory)}}

{{ $specialCategory->categoryName }}

{{ $specialCategory->description }}

Të Gjitha
@foreach($specialCategory->restaurants as $restaurant)
{{ $restaurant->restaurantName }}
@endforeach
@endif @endforeach