App\Http\Controllers\ClientController::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_CLIENT, 'title' => trans('texts.clients'), 'sortCol' => '4', 'columns' => Utils::trans(['checkbox', 'client', 'contact', 'email', 'date_created', 'last_login', 'balance', ''])]);
    }