InventoryController
class InventoryController extends Controller (View source)
Traits
Illuminate\Foundation\Auth\Access\AuthorizesRequests
Illuminate\Foundation\Bus\DispatchesJobs
Illuminate\Foundation\Validation\ValidatesRequests
Methods
RedirectResponse
getIndex()
Redirect index requests to the watching page.
View
getWatching()
Return the inventory watching items view.
View
getSelling()
Return the inventory selling items view.
View
getScheduled()
Return the inventory scheduled items view.
View
getEnded()
Return the inventory ended items view.
Details
at line 37
RedirectResponse
getIndex()
Redirect index requests to the watching page.
at line 47
View
getWatching()
Return the inventory watching items view.
at line 62
View
getSelling()
Return the inventory selling items view.
at line 79
View
getScheduled()
Return the inventory scheduled items view.
at line 96
View
getEnded()
Return the inventory ended items view.