@if($data->visit_type == 'ONLINE') @endif service @if(auth()->check() && auth()->user()->hasRole('user')) @if($favouriteService->isEmpty())
@csrf @if(!empty(auth()->user())) @endif
@else
@csrf @if(!empty(auth()->user())) @endif
@endif @else
@csrf
@endif
{{ $data->name }}
@if($totalRating > 0)
{{ round($totalRating, 1) }} @if($totalReviews>1) ({{$totalReviews }} {{__('messages.reviews')}})
@else ({{$totalReviews }} {{__('messages.review')}}) @endif @endif