@if($astrologer->scategories && $astrologer->scategories->count() > 0)
{{ $astrologer->scategories->pluck('name')->take(2)->implode(', ') }}
@endif
@if($astrologer->skills && $astrologer->skills->count() > 0)
{{ $astrologer->skills->pluck('name')->take(2)->implode(', ') }}
@endif
@if((!$astrologer->scategories || $astrologer->scategories->isEmpty()) && (!$astrologer->skills || $astrologer->skills->isEmpty()))
Vedic Astrology
@endif