//php $langu = I18n::lang();
//echo $langu; ?>
Register your accountor Log in
//php
// Try to use localized static pages (if there are any), else use english version
echo file_exists(APPPATH.'views/office/static/'.I18n::lang().'/welcome'.EXT)
? View::factory('office/static/'.I18n::lang().'/welcome')
: View::factory('office/static/en/welcome');
?>
Step 2: Choose your plan
Pronest CRM
EUR 40
per user/month
Free trial for 7 days
no payment required
- dashboard
- contacts
- e-mail
- invoices
- products
- estate management
//php if (isset($footer)) echo $footer; ?>