public function index() { $this->data['items'] = Feedback::get(); return view('pages.feedback.index', $this->data); }