@foreach ([route('residential') => 'Residential Advisory', route('commercial-leasing') => 'Commercial Leasing', route('commercial-real-estate') => 'Commercial Real Estate', route('nri') => 'NRI Real Estate Advisory'] as $url => $label)
{{ $label }}
@endforeach