MINI Sh3ll
<? if($urlparts[0] != 'home'){?>
<header class="page-header page-header-dark bg-gradient-primary-to-secondary pb-10">
<div class="container-fluid">
<div class="page-header-content pt-4">
<div class="row align-items-center justify-content-between">
<div class="col-auto mt-4">
<h1 class="page-header-title">
<?= $loginUser['usertype'] == 'Customer' ? 'RATILAL BHAGWANDAS CONSTRUCTION COMPANY PVT LTD' : $page_title; ?>
</h1>
<?/*<div class="page-header-subtitle">On larger screens, this layout will keep the page content from expanding beyond a max width.</div>*/?>
</div>
</div>
</div>
</div>
</header>
<? } ?>
OHA YOOOO