@isset($content)
@if ($content->type == 1)
@if ($content->mainSection->hasMedia('service_category_section_image'))
@endif
@if ($content->mainSection->hasMedia('service_category_brand_logo'))
@endif
@elseif ($content->type == 2)
@if ($content->secondarySection->hasMedia('service_category_section_image'))
@endif
@elseif ($content->type == 3)
@foreach ($content->products as $product)
@if ($product->hasMedia('service_category_product_image'))
@endif
@endforeach
@endif
@endisset