index()
index() : \Illuminate\Http\Response
Display a listing of the resource.
show(\App\Agent $agent) : \Illuminate\Http\Response
Display the specified resource.
\App\Agent | $agent |
edit(\App\Agent $agent) : \Illuminate\Http\Response
Show the form for editing the specified resource.
\App\Agent | $agent |
update(\Illuminate\Http\Request $request, \App\Agent $agent) : \Illuminate\Http\Response
Update the specified resource in storage.
\Illuminate\Http\Request | $request | |
\App\Agent | $agent |
destroy(\App\Agent $agent) : \Illuminate\Http\Response
Remove the specified resource from storage.
\App\Agent | $agent |