Data baris tunggal dari tabel di Laravel

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