Method |
Description |
|
create ( ) : Response |
Show the menu for creating a new menu positions. |
|
destroy ( integer $id ) : Response |
Remove the specified menu positions from storage. |
|
edit ( integer $id ) : Response |
Show the menu for editing the specified menu positions. |
|
index ( ) : Response |
Display a listing of the menu positions. |
|
show ( integer $id ) : Response |
Display the specified menu positions. |
|
store ( ) : Response |
Store a newly created menu positions in storage. |
|
update ( integer $id ) : Response |
Update the specified menu positions in storage. |
|