$news1 = DB::table('posts')->where('xstatus',1)->where('status','published')->orderBy('seq','DESC')->skip(0)->first();
$news2 = DB::table('posts')->where('xstatus',1)->where('status','published')->orderBy('seq','DESC')->skip(1)->first();
$news3 = DB::table('posts')->where('xstatus',1)->where('status','published')->orderBy('seq','DESC')->skip(2)->first();