Add ability to delete notes

This commit is contained in:
Jonny Barnes 2017-06-11 17:10:17 +01:00
parent b7eacf21c5
commit 7799ff0f58
3 changed files with 14 additions and 2 deletions

View file

@ -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'));
}
/**