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