App\Http\Controllers\TrashController::index PHP Method

index() public method

public index ( )
    public function index()
    {
        $wastes = XeTrash::gets();
        return XePresenter::make('trash.index', ['wastes' => $wastes]);
    }
TrashController