@php $type = App\Constants\GlobalConst::SETUP_PAGE; $menues = DB::table('setup_pages') ->where('status', 1) ->where('type', Str::slug($type)) ->get(); @endphp