@php $location_categories=App\Models\LocationCategory::where('status','active')->orderBy('id','DESC')->get(); $tour_tags=App\Models\TourTag::where('status','active')->orderBy('id','DESC')->get(); @endphp