{{$translation->name}}
@if( !empty($layout) and ($layout == "style_1" or $layout == "style_3" or $layout == "style_4")) @if(is_array($service_type))
                            @foreach($service_type as $type)
                                @php $count = $row->getDisplayNumberServiceInLocation($type) @endphp
                                @if(!empty($count))
                                    @if(empty($link_location))
                                        
                                            {{$count}}
                                        
                                    @else
                                        {{$count}}
                                    @endif
                                @endif
                            @endforeach
                        
                    @else
                        @if(!empty($text_service = $row->getDisplayNumberServiceInLocation($service_type)))
                            {{$text_service}}
                        @endif
                    @endif
                @endif