public function aboutInfo() { $data = DB::table('about_info')->first('order by id desc'); return $data; }.
確定! 回上一頁