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