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