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