32 lines
1.2 KiB
PHP
Executable File
32 lines
1.2 KiB
PHP
Executable File
<?php
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
/*Powered By: Manaknightdigital Inc. https://manaknightdigital.com/ Year: 2021*/
|
|
if ($layout_clean_mode) {
|
|
echo '<style>#content{padding:0px !important;}</style>';
|
|
}
|
|
?>
|
|
<div class="tab-content mx-4 mt-3" id="nav-tabContent">
|
|
<!-- Bread Crumb -->
|
|
<div aria-label="breadcrumb">
|
|
<ol class="breadcrumb pl-0 mb-1 bg-background d-flex justify-content-center justify-content-md-start" style="background-color: inherit;">
|
|
<li class="breadcrumb-item active" aria-current="page">
|
|
<a href="/admin/inventory_attribute/0" class="breadcrumb-link"><?php echo $view_model->get_heading();?></a>
|
|
</li>
|
|
<li class="breadcrumb-item active" aria-current="page">
|
|
View
|
|
</li>
|
|
</ol>
|
|
</div>
|
|
<div class="row mb-5">
|
|
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12">
|
|
<div class="card pb-5" style='border-bottom:1px solid #ccc;'>
|
|
<div class="card-body">
|
|
<h5 class="primaryHeading2 text-md-left">
|
|
<?php echo $view_model->get_heading();?> Details
|
|
</h5>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|