@foreach ($services as $index => $service)
@if($service->category_pages && $service->category_pages->count() > 0)
@foreach($service->category_pages as $postIndex => $category_page)
@if($postIndex % 2 == 0)
@else
@endif
@endforeach
@if($service->category_pages->count() > 2)
@endif
@else
{{ app()->getLocale() == 'ar' ? 'لا توجد بوستات متاحة لهذه الخدمة' : 'No posts available for this service' }}
@endif
@endforeach