Dane pojedynczego wiersza z tabeli w Laravel

collect(\DB::select("SELECT * FROM table_name WHERE id=$id"))->first();
Lively Lark