show method for single bookmark
This commit is contained in:
parent
f802b7c5c6
commit
8f531d9055
1 changed files with 5 additions and 0 deletions
|
@ -12,4 +12,9 @@ class BookmarksController extends Controller
|
|||
|
||||
return view('bookmarks.index', compact('bookmarks'));
|
||||
}
|
||||
|
||||
public function show(Bookmark $bookmark)
|
||||
{
|
||||
return view('bookmarks.show', compact('bookmark'));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue