= view('partial/header') ?>
= lang('Reports.report_input') ?>
' . esc($error) . '';
}
?>
= form_open('#', ['id' => 'item_form', 'enctype' => 'multipart/form-data', 'class' => 'form-horizontal']) ?>
2) { ?>
'generate_report',
'id' => 'generate_report',
'content' => lang('Common.submit'),
'class' => 'btn btn-primary btn-sm'
]
);
?>
= form_close() ?>
= view('partial/footer') ?>