@if(!empty($subcategory->tour->rating) && $subcategory->tour->rating > 0)
{{$subcategory->tour->rating}}/5 {{ __('general.excellent') }}
@endif
@if(!empty($tour->price_start_from) && $tour->price_start_from > 0)
{{ CurrencyHelper::display($tour->price_start_from) }}
{{__('tour.from')}}
@endif