?
Current Path : /home1/savoy/www/savoyglobal.net/old_site/views/site/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : /home1/savoy/www/savoyglobal.net/old_site/views/site/savoy-rent-a-car.php |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <?php $this->load->view('site/header'); ?> </head> <body> <?php $this->load->view('site/menu'); ?> <div id="container"> <div class="banner"> <div class="banner_top"></div><!--banner_top end--> <div class="banner_mid_inner"><img src="<?=base_url()?>assets/images/banners/savoy-rent-car.jpg" alt="Savoy Rent-A-Car"/></div><!--banner_mid end--> <div class="banner_bot"></div><!--banner_bot end--> </div><!--banner end--> <div class="content"> <div class="content_left"> <div class="text_cont"> <h1>Savoy Rent-A-Car Management Solution</h1> <p>The web based ERP solution would capture all the details of the Customer like Name of the Customer, National ID No, Company Registration No, Contact numbers and E-mail ID. Individual and Fleet Vehicles details will be linked to the customer and user can view the details of the Vehicle like Chassis number, Engine number, Insurance details, Bank loan details, Maintenance details, Accident details, Fine details, Tariff details and Payment details. </p> <p>Further details can be added based on the requirement of the client. The client can view reports based on any criteria and alerts can be set to intimate the client about upcoming payments, renewals etc </p> </div> </div><!--content_left end--> <div class="content_right"> <div class="right_box_wrapper"> <?php $this->load->view('site/right-software'); ?> </div><!--right_box_wrapperend--> </div><!-- content_right end--> </div><!--content end--> </div><!--container end--> <?php $this->load->view('site/footer'); ?> </body> </html>