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