Exemplo n.º 1
0
 public function index(Step $step, Note $Note)
 {
     $notes = $Note->all();
     return view('registration::notes.index', compact('notes'));
 }