Метод |
Описание |
|
create ( ) : Response |
Show the form for creating a new form categories. |
|
destroy ( integer $id ) : Response |
Remove the specified form categories from storage. |
|
edit ( integer $id ) : Response |
Show the form for editing the specified form categories. |
|
index ( ) : Response |
Display a listing of the form categories. |
|
show ( integer $id ) : Response |
Display the specified form categories. |
|
store ( ) : Response |
Store a newly created form categories in storage. |
|
update ( integer $id ) : Response |
Update the specified form categories in storage. |
|