@php if(empty($pages)){ $pages='kosong'; } $ambilsettings = DB::table('settings') ->where('id', '=', '1') ->get(); foreach ($ambilsettings as $settings) { } @endphp