get(); /* get the values of priority from Priority Table */ $priorities = $priority->get(); /* Direct to view page */ return view('themes.default1.admin.tickets.ticket', compact('threads','priorities')); } catch(Exception $e) { return view('404'); } } }