Add ability to delete notes
This commit is contained in:
parent
b7eacf21c5
commit
7799ff0f58
3 changed files with 14 additions and 2 deletions
|
@ -30,7 +30,7 @@ class NotesController extends Controller
|
|||
$note->originalNote = $note->getOriginal('note');
|
||||
}
|
||||
|
||||
return view('admin.notes.index', comapct('notes'));
|
||||
return view('admin.notes.index', compact('notes'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue