class DashboardController extends Controller

Traits

AuthorizesRequests
DispatchesJobs
ValidatesRequests

Methods

Response
index()

Display a listing of the resource.

tasks()

No description

tasksNumber()

No description

inventoryNumber()

No description

Response
create()

Show the form for creating a new resource.

Response
store(Request $request)

Store a newly created resource in storage.

Response
show(int $id)

Display the specified resource.

Response
edit(int $id)

Show the form for editing the specified resource.

Response
update(Request $request, int $id)

Update the specified resource in storage.

Response
destroy(int $id)

Remove the specified resource from storage.

Details

at line 14
Response index()

Display a listing of the resource.

Return Value

Response

at line 23
tasks()

at line 28
tasksNumber()

at line 41
inventoryNumber()

at line 51
Response create()

Show the form for creating a new resource.

Return Value

Response

at line 62
Response store(Request $request)

Store a newly created resource in storage.

Parameters

Request $request

Return Value

Response

at line 73
Response show(int $id)

Display the specified resource.

Parameters

int $id

Return Value

Response

at line 84
Response edit(int $id)

Show the form for editing the specified resource.

Parameters

int $id

Return Value

Response

at line 96
Response update(Request $request, int $id)

Update the specified resource in storage.

Parameters

Request $request
int $id

Return Value

Response

at line 107
Response destroy(int $id)

Remove the specified resource from storage.

Parameters

int $id

Return Value

Response