all(); $bu = Contents::where("slug",$p['id'])->first(); $contents = Contents::where("kid",$p['id']) ->where("title","<>",'') ->select("title","kid","slug","id") ->get(); ?> count()!=0) { ?> "; foreach($contents AS $c) { if($c->title!="") { ?>
  • "; ?>