@if(isset($isActive)) {{ __('This page lists all active business listing records that saved in the database.') }} @else {{ __('This page lists all business listing records that saved in the database.') }} @endif
{{ __('Listings') }}
{{ $listing->title }}
Multiple Regions
{{ getstateName($listing->state) }}
Multiple Cities
{{ $listing->city == 1 ? 'Multiple Cities' : getcityName($listing->city) }}