mirror of
https://github.com/Karaka-Management/oms-LoanManagement.git
synced 2026-01-11 00:58:42 +00:00
27 lines
556 B
PHP
Executable File
27 lines
556 B
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.2
|
|
*
|
|
* @package Modules\LoanManagement
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
echo $this->data['nav']->render();
|
|
|
|
$length = \max(12, 12);
|
|
?>
|
|
<div class="row">
|
|
<div class="col-xs-12">
|
|
<section class="portlet">
|
|
<div class="portlet-body">
|
|
<img height="100%" width="100%" src="Web/Backend/img/under_construction.svg">
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</div>
|