@if (Auth::guard('buyer')->check() && Auth::guard('buyer')->user()->id != $consultant->id)
@if ($consultant->IsInMyWishlist)
@else
@endif
@endif
{{-- 8 --}}
{{ ucwords($consultant->company_name) }}
{{ @$consultant->subCategory->category_name }}
{{-- Type : {{ $consultant->type_of_company }}
--}}Listed Services ({{ isset($consultant->services) ? $consultant->services->count() : 0 }})
{{ Str::limit($consultant->company_description, 100) }}
{{ ucwords($rating->user->name) }}
"{{ $rating->review }}"