admin url fx
This commit is contained in:
parent
426e689518
commit
da8f3f602b
|
|
@ -18,7 +18,7 @@ class TicketController extends Controller
|
|||
|
||||
public function chat(Request $request)
|
||||
{
|
||||
$ticket = Ticket::with('account')->find($request->ticket_id);
|
||||
$ticket = Ticket::with(['account','category'])->find($request->ticket_id);
|
||||
return view('admin.messages',[
|
||||
'ticket' => $ticket
|
||||
]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue