Method |
Description |
|
__construct ( ) |
|
|
create ( ) |
Show the form for creating a new resource. |
|
destroy ( integer $id = null ) : Illuminate\Http\RedirectResponse |
Remove the specified resource from storage. |
|
edit ( integer $id ) |
Show the form for editing the specified resource. |
|
index ( $company_id = null ) |
Display a listing of the resource. |
|
show ( integer $id ) |
Display the specified resource. |
|
store ( ) |
Store a newly created resource in storage. |
|
update ( integer $id ) : Illuminate\Http\RedirectResponse |
Update the specified resource in storage. |
|