__construct()
__construct()
show(\App\Company $company) : \Illuminate\Http\Response
Display the specified resource.
\App\Company | $company |
edit(\App\Company $company) : \Illuminate\Http\Response
Show the form for editing the specified resource.
\App\Company | $company |
update(\Illuminate\Http\Request $request, \App\Company $company) : \Illuminate\Http\Response
Update the specified resource in storage.
\Illuminate\Http\Request | $request | |
\App\Company | $company |
destroy(\App\Company $company) : \Illuminate\Http\Response
Remove the specified resource from storage.
\App\Company | $company |