App\Http\Controllers\CreditController::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_CREDIT, 'title' => trans('texts.credits'), 'sortCol' => '4', 'columns' => Utils::trans(['checkbox', 'client', 'credit_amount', 'credit_balance', 'credit_date', 'private_notes', ''])]);
    }