@if (request()->type == 'doctor')
@else
@endif
@lang('Amenties Options')
@if (request()->type == 'restaurant')
@endif
@if (request()->type == 'hotel')
@includeIf('partials.user.listing.room')
@endif
@if (request()->type == 'beauty')
@includeIf('partials.user.listing.beauty')
@endif
@if (request()->type == 'real_estate')
@includeIf('partials.user.listing.real_estate')
@endif
@if (request()->type == 'car')
@includeIf('partials.user.listing.car')
@endif
@includeIf('partials.user.listing.faq')