function quoteforms()
 {
     $this->view_data['quotations'] = Customquote::all();
     $this->content_view = 'quotations/customquote_form_all';
 }