first
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<!--Page Header Start-->
|
||||
<section class="page-header">
|
||||
<div class="page-header__bg" style="background-image: url('<?php echo e($page->banner); ?>');"> </div>
|
||||
<div class="container">
|
||||
<div class="page-header__inner">
|
||||
<div class="thm-breadcrumb__box">
|
||||
<ul class="thm-breadcrumb list-unstyled">
|
||||
<li><a href="<?php echo e(route('home')); ?>">Home</a></li>
|
||||
<li><span>-</span></li>
|
||||
<li><?php echo e($page->title); ?></li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2><?php echo e($page->title); ?></h2>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Page Header End--> <?php /**PATH D:\installed\xampp\htdocs\Consultancy-CCMS\resources\views/client/rohini/pages/partials/breadcrumb.blade.php ENDPATH**/ ?>
|
||||
Reference in New Issue
Block a user