findWithTimeline($ticket); abort_if($record === null, 404); return view('admin.ticket-show', [ 'ticket' => $record, ]); } }