@if (request()->has('top_property'))
{{ __('user.Top Properties') }}
@elseif (request()->has('urgent_property'))
{{ __('user.Urgent Properties') }}
@elseif (request()->has('featured_property'))
{{ __('user.Featured Properties') }}
@else
{{ __('user.Properties') }}
@endif