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

index() public method

Display a listing of the resource.
public index ( ) : Response
return Response
    public function index()
    {
        return View::make('list', ['entityType' => ENTITY_EXPENSE_CATEGORY, 'title' => trans('texts.expense_categories'), 'sortCol' => '1', 'columns' => Utils::trans(['checkbox', 'name', ''])]);
    }