芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/public_html/storage/framework/views/e663070e6f12950b991f38e45704eae6.php
<?php if($page_builder->page_name == 'blog-index' && isset($blog_section)): ?> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('blog check')): ?> <div class="easier-mode"> <div class="easier-section-area"> <?php endif; ?> <?php endif; ?> <div class="page-banner-wrap bg-cover text-capitalize"> <div class="container"> <div class="row"> <div class="col-12 col-xl-6 ps-xl-0 pe-xl-0 offset-xl-3 col-lg-8 offset-lg-2 text-center text-white"> <div class="page-heading"> <?php if(isset($blog_section)): ?> <h1><?php echo e($blog_section->breadcrumb_title); ?></h1> <?php else: ?> <h1><?php echo e(__('content.our_blogs')); ?></h1> <?php endif; ?> </div> <nav class="justify-content-center"> <ol class="breadcrumb custom-breadcrumb"> <?php if(isset($blog_section)): ?> <?php $str = $blog_section->breadcrumb_item; $array_items = explode(",",$str); ?> <?php $__currentLoopData = $array_items; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if(!$loop->last): ?> <li class="breadcrumb-item"><?php echo html_entity_decode($item); ?></li> <?php else: ?> <li class="breadcrumb-item text-white active" aria-current="page"><?php echo html_entity_decode($item); ?></li> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php unset($item); ?> <?php else: ?> <li class="breadcrumb-item"><a href="<?php echo e(url('/')); ?>"><?php echo e(__('frontend.home')); ?></a></li> <li class="breadcrumb-item text-white active" aria-current="page"><?php echo e(__('content.our_blogs')); ?></li> <?php endif; ?> </ol> </nav> </div> </div> <div class="page-banner-shape"> <img src="<?php echo e(asset('uploads/img/dummy/icons/banner-shape.png')); ?>" alt="shape icon"> </div> </div> </div> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('blog check')): ?> </div> <div class="easier-middle"> <?php $url = request()->path(); $modified_url = str_replace('/', '-bracket-', $url); ?> <form method="POST" action="<?php echo e(route('site-url.index')); ?>" class="d-inline-block"> <?php echo csrf_field(); ?> <input type="hidden" name="route" value="blog.index"> <input type="hidden" name="style" value=""> <input type="hidden" name="site_url" value="<?php echo e($modified_url); ?>"> <button type="submit" class="custom-btn text-white"> <i class="fa fa-edit text-white"></i> <?php echo e(__('content.edit_breadcrumb')); ?> </button> </form> </div> </div> <?php endif; ?> <?php endif; ?> <?php elseif($page_builder->page_name == 'service-detail-show' && isset($service)): ?> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('service check')): ?> <div class="easier-mode"> <div class="easier-section-area"> <?php endif; ?> <?php endif; ?> <!--// Breadcrumb Section Start //--> <section class="breadcrumb-section section" data-scroll-index="1" <?php if(!empty($service_content->custom_breadcrumb_image)): ?> <?php if($service_content->breadcrumb_status == 'yes'): ?> data-bg-image-path="<?php echo e(asset('uploads/img/service/breadcrumb/'.$service_content->custom_breadcrumb_image)); ?>" <?php endif; ?> <?php elseif(!empty($breadcrumb_image->section_image)): ?> data-bg-image-path="<?php echo e(asset('uploads/img/breadcrumb/'.$breadcrumb_image->section_image)); ?>" <?php endif; ?>> <div class="container"> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('service check')): ?> <!-- hover effect for mobile devices --> <div class="click-icon d-md-none text-center"> <button class="custom-btn text-white"> <i class="fa fa-mobile-alt text-white"></i> <?php echo e(__('content.touch')); ?> </button> </div> <?php endif; ?> <?php endif; ?> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="breadcrumb-inner"> <h1><?php echo e($service->title); ?></h1> <ul class="breadcrumb-links"> <li><a href="<?php echo e(url('/')); ?>"><?php echo e(__('frontend.home')); ?></a></li> <li class="active"><?php echo e($service->title); ?></li> </ul> </div> </div> </div> </div> </section> <!--// Breadcrumb Section end //--> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('service check')): ?> </div> <div class="easier-middle"> <?php $url = request()->path(); $modified_url = str_replace('/', '-bracket-', $url); ?> <form method="POST" action="<?php echo e(route('site-url.index')); ?>" class="d-inline-block"> <?php echo csrf_field(); ?> <input type="hidden" name="route" value="service-content.create"> <input type="hidden" name="style" value="<?php echo e($service->id); ?>"> <input type="hidden" name="site_url" value="<?php echo e($modified_url); ?>"> <button type="submit" class="custom-btn text-white"> <i class="fa fa-edit text-white"></i> <?php echo e(__('content.edit_breadcrumb_and_page_seo')); ?> </button> </form> </div> </div> <?php endif; ?> <?php endif; ?> <?php elseif($page_builder->page_name == 'service-category-index' && isset($category)): ?> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('service check')): ?> <div class="easier-mode"> <div class="easier-section-area"> <?php endif; ?> <?php endif; ?> <!--// Breadcrumb Section Start //--> <section class="breadcrumb-section section" data-scroll-index="1" <?php if(!empty($page_builder->custom_breadcrumb_image) && $page_builder->breadcrumb_status == 'yes'): ?> data-bg-image-path="<?php echo e(asset('uploads/img/page_builder/breadcrumb/'.$page_builder->custom_breadcrumb_image)); ?>" <?php elseif(!empty($breadcrumb_image->section_image)): ?> data-bg-image-path="<?php echo e(asset('uploads/img/breadcrumb/'.$breadcrumb_image->section_image)); ?>" <?php endif; ?>> <div class="container"> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('service check')): ?> <!-- hover effect for mobile devices --> <div class="click-icon d-md-none text-center"> <button class="custom-btn text-white"> <i class="fa fa-mobile-alt text-white"></i> <?php echo e(__('content.touch')); ?> </button> </div> <?php endif; ?> <?php endif; ?> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="breadcrumb-inner"> <h1><?php echo e($category->category_name); ?></h1> <ul class="breadcrumb-links"> <li><a href="<?php echo e(url('/')); ?>"><?php echo e(__('frontend.home')); ?></a></li> <li class="active"><?php echo e($category->category_name); ?></li> </ul> </div> </div> </div> </div> </section> <!--// Breadcrumb Section end //--> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('service check')): ?> </div> <div class="easier-middle"> <?php $url = request()->path(); $modified_url = str_replace('/', '-bracket-', $url); ?> <form method="POST" action="<?php echo e(route('site-url.index')); ?>" class="d-inline-block"> <?php echo csrf_field(); ?> <input type="hidden" name="route" value="page-builder.edit"> <input type="hidden" name="style" value="<?php echo e($page_builder->id); ?>"> <input type="hidden" name="site_url" value="<?php echo e($modified_url); ?>"> <button type="submit" class="custom-btn text-white"> <i class="fa fa-edit text-white"></i> <?php echo e(__('content.edit_breadcrumb_and_page_seo')); ?> </button> </form> </div> </div> <?php endif; ?> <?php endif; ?> <?php elseif($page_builder->page_name == 'team-category-index' && isset($category)): ?> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('team check')): ?> <div class="easier-mode"> <div class="easier-section-area"> <?php endif; ?> <?php endif; ?> <!--// Breadcrumb Section Start //--> <section class="breadcrumb-section section" data-scroll-index="1" <?php if(!empty($page_builder->custom_breadcrumb_image) && $page_builder->breadcrumb_status == 'yes'): ?> data-bg-image-path="<?php echo e(asset('uploads/img/page_builder/breadcrumb/'.$page_builder->custom_breadcrumb_image)); ?>" <?php elseif(!empty($breadcrumb_image->section_image)): ?> data-bg-image-path="<?php echo e(asset('uploads/img/breadcrumb/'.$breadcrumb_image->section_image)); ?>" <?php endif; ?>> <div class="container"> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('team check')): ?> <!-- hover effect for mobile devices --> <div class="click-icon d-md-none text-center"> <button class="custom-btn text-white"> <i class="fa fa-mobile-alt text-white"></i> <?php echo e(__('content.touch')); ?> </button> </div> <?php endif; ?> <?php endif; ?> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="breadcrumb-inner"> <h1><?php echo e($category->category_name); ?></h1> <ul class="breadcrumb-links"> <li><a href="<?php echo e(url('/')); ?>"><?php echo e(__('frontend.home')); ?></a></li> <li class="active"><?php echo e($category->category_name); ?></li> </ul> </div> </div> </div> </div> </section> <!--// Breadcrumb Section end //--> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('team check')): ?> </div> <div class="easier-middle"> <?php $url = request()->path(); $modified_url = str_replace('/', '-bracket-', $url); ?> <form method="POST" action="<?php echo e(route('site-url.index')); ?>" class="d-inline-block"> <?php echo csrf_field(); ?> <input type="hidden" name="route" value="page-builder.edit"> <input type="hidden" name="style" value="<?php echo e($page_builder->id); ?>"> <input type="hidden" name="site_url" value="<?php echo e($modified_url); ?>"> <button type="submit" class="custom-btn text-white"> <i class="fa fa-edit text-white"></i> <?php echo e(__('content.edit_breadcrumb_and_page_seo')); ?> </button> </form> </div> </div> <?php endif; ?> <?php endif; ?> <?php elseif($page_builder->page_name == 'portfolio-detail-show' && isset($portfolio)): ?> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('portfolio check')): ?> <div class="easier-mode"> <div class="easier-section-area"> <?php endif; ?> <?php endif; ?> <!--// Breadcrumb Section Start //--> <section class="breadcrumb-section section" data-scroll-index="1" <?php if(!empty($portfolio_content->custom_breadcrumb_image)): ?> <?php if($portfolio_content->breadcrumb_status == 'yes'): ?> data-bg-image-path="<?php echo e(asset('uploads/img/portfolio/breadcrumb/'.$portfolio_content->custom_breadcrumb_image)); ?>" <?php endif; ?> <?php elseif(!empty($breadcrumb_image->section_image)): ?> data-bg-image-path="<?php echo e(asset('uploads/img/breadcrumb/'.$breadcrumb_image->section_image)); ?>" <?php endif; ?>> <div class="container"> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('portfolio check')): ?> <!-- hover effect for mobile devices --> <div class="click-icon d-md-none text-center"> <button class="custom-btn text-white"> <i class="fa fa-mobile-alt text-white"></i> <?php echo e(__('content.touch')); ?> </button> </div> <?php endif; ?> <?php endif; ?> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="breadcrumb-inner"> <h1><?php echo e($portfolio->title); ?></h1> <ul class="breadcrumb-links"> <li><a href="<?php echo e(url('/')); ?>"><?php echo e(__('frontend.home')); ?></a></li> <li class="active"><?php echo e($portfolio->title); ?></li> </ul> </div> </div> </div> </div> </section> <!--// Breadcrumb Section end //--> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('portfolio check')): ?> </div> <div class="easier-middle"> <?php $url = request()->path(); $modified_url = str_replace('/', '-bracket-', $url); ?> <form method="POST" action="<?php echo e(route('site-url.index')); ?>" class="d-inline-block"> <?php echo csrf_field(); ?> <input type="hidden" name="route" value="portfolio-content.create"> <input type="hidden" name="style" value="<?php echo e($portfolio->id); ?>"> <input type="hidden" name="site_url" value="<?php echo e($modified_url); ?>"> <button type="submit" class="custom-btn text-white"> <i class="fa fa-edit text-white"></i> <?php echo e(__('content.edit_breadcrumb_and_page_seo')); ?> </button> </form> </div> </div> <?php endif; ?> <?php endif; ?> <?php elseif($page_builder->page_name == 'portfolio-category-index' && isset($category)): ?> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('portfolio check')): ?> <div class="easier-mode"> <div class="easier-section-area"> <?php endif; ?> <?php endif; ?> <!--// Breadcrumb Section Start //--> <section class="breadcrumb-section section" data-scroll-index="1" <?php if(!empty($page_builder->custom_breadcrumb_image) && $page_builder->breadcrumb_status == 'yes'): ?> data-bg-image-path="<?php echo e(asset('uploads/img/page_builder/breadcrumb/'.$page_builder->custom_breadcrumb_image)); ?>" <?php elseif(!empty($breadcrumb_image->section_image)): ?> data-bg-image-path="<?php echo e(asset('uploads/img/breadcrumb/'.$breadcrumb_image->section_image)); ?>" <?php endif; ?>> <div class="container"> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('portfolio check')): ?> <!-- hover effect for mobile devices --> <div class="click-icon d-md-none text-center"> <button class="custom-btn text-white"> <i class="fa fa-mobile-alt text-white"></i> <?php echo e(__('content.touch')); ?> </button> </div> <?php endif; ?> <?php endif; ?> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="breadcrumb-inner"> <h1><?php echo e($category->category_name); ?></h1> <ul class="breadcrumb-links"> <li><a href="<?php echo e(url('/')); ?>"><?php echo e(__('frontend.home')); ?></a></li> <li class="active"><?php echo e($category->category_name); ?></li> </ul> </div> </div> </div> </div> </section> <!--// Breadcrumb Section end //--> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('portfolio check')): ?> </div> <div class="easier-middle"> <?php $url = request()->path(); $modified_url = str_replace('/', '-bracket-', $url); ?> <form method="POST" action="<?php echo e(route('site-url.index')); ?>" class="d-inline-block"> <?php echo csrf_field(); ?> <input type="hidden" name="route" value="page-builder.edit"> <input type="hidden" name="style" value="<?php echo e($page_builder->id); ?>"> <input type="hidden" name="site_url" value="<?php echo e($modified_url); ?>"> <button type="submit" class="custom-btn text-white"> <i class="fa fa-edit text-white"></i> <?php echo e(__('content.edit_breadcrumb_and_page_seo')); ?> </button> </form> </div> </div> <?php endif; ?> <?php endif; ?> <?php elseif($page_builder->page_name == 'blog-detail-show' && isset($blog)): ?> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('blog check')): ?> <div class="easier-mode"> <div class="easier-section-area"> <?php endif; ?> <?php endif; ?> <!--// Breadcrumb Section Start //--> <section class="breadcrumb-section section" data-scroll-index="1" <?php if(!empty($blog->custom_breadcrumb_image)): ?> <?php if($blog->breadcrumb_status == 'yes'): ?> data-bg-image-path="<?php echo e(asset('uploads/img/blog/breadcrumb/'.$blog->custom_breadcrumb_image)); ?>" <?php endif; ?> <?php elseif(!empty($breadcrumb_image->section_image)): ?> data-bg-image-path="<?php echo e(asset('uploads/img/breadcrumb/'.$breadcrumb_image->section_image)); ?>" <?php endif; ?>> <div class="container"> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('blog check')): ?> <!-- hover effect for mobile devices --> <div class="click-icon d-md-none text-center"> <button class="custom-btn text-white"> <i class="fa fa-mobile-alt text-white"></i> <?php echo e(__('content.touch')); ?> </button> </div> <?php endif; ?> <?php endif; ?> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="breadcrumb-inner"> <h1><?php echo e($blog->title); ?></h1> <ul class="breadcrumb-links"> <li><a href="<?php echo e(url('/')); ?>"><?php echo e(__('frontend.home')); ?></a></li> <li class="active"><?php echo e($blog->title); ?></li> </ul> </div> </div> </div> </div> </section> <!--// Breadcrumb Section end //--> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('blog check')): ?> </div> <div class="easier-middle"> <?php $url = request()->path(); $modified_url = str_replace('/', '-bracket-', $url); ?> <form method="POST" action="<?php echo e(route('site-url.index')); ?>" class="d-inline-block"> <?php echo csrf_field(); ?> <input type="hidden" name="route" value="blog.create"> <input type="hidden" name="style" value="<?php echo e($blog->id); ?>"> <input type="hidden" name="site_url" value="<?php echo e($modified_url); ?>"> <button type="submit" class="custom-btn text-white"> <i class="fa fa-edit text-white"></i> <?php echo e(__('content.edit_breadcrumb_and_page_seo')); ?> </button> </form> </div> </div> <?php endif; ?> <?php endif; ?> <?php elseif($page_builder->page_name == 'blog-category-index' && isset($category)): ?> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('blog check')): ?> <div class="easier-mode"> <div class="easier-section-area"> <?php endif; ?> <?php endif; ?> <!--// Breadcrumb Section Start //--> <section class="breadcrumb-section section" data-scroll-index="1" <?php if(!empty($page_builder->custom_breadcrumb_image) && $page_builder->breadcrumb_status == 'yes'): ?> data-bg-image-path="<?php echo e(asset('uploads/img/page_builder/breadcrumb/'.$page_builder->custom_breadcrumb_image)); ?>" <?php elseif(!empty($breadcrumb_image->section_image)): ?> data-bg-image-path="<?php echo e(asset('uploads/img/breadcrumb/'.$breadcrumb_image->section_image)); ?>" <?php endif; ?>> <div class="container"> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('blog check')): ?> <!-- hover effect for mobile devices --> <div class="click-icon d-md-none text-center"> <button class="custom-btn text-white"> <i class="fa fa-mobile-alt text-white"></i> <?php echo e(__('content.touch')); ?> </button> </div> <?php endif; ?> <?php endif; ?> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="breadcrumb-inner"> <h1><?php echo e($category->category_name); ?></h1> <ul class="breadcrumb-links"> <li><a href="<?php echo e(url('/')); ?>"><?php echo e(__('frontend.home')); ?></a></li> <li class="active"><?php echo e($category->category_name); ?></li> </ul> </div> </div> </div> </div> </section> <!--// Breadcrumb Section end //--> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('blog check')): ?> </div> <div class="easier-middle"> <?php $url = request()->path(); $modified_url = str_replace('/', '-bracket-', $url); ?> <form method="POST" action="<?php echo e(route('site-url.index')); ?>" class="d-inline-block"> <?php echo csrf_field(); ?> <input type="hidden" name="route" value="page-builder.edit"> <input type="hidden" name="style" value="<?php echo e($page_builder->id); ?>"> <input type="hidden" name="site_url" value="<?php echo e($modified_url); ?>"> <button type="submit" class="custom-btn text-white"> <i class="fa fa-edit text-white"></i> <?php echo e(__('content.edit_breadcrumb_and_page_seo')); ?> </button> </form> </div> </div> <?php endif; ?> <?php endif; ?> <?php elseif($page_builder->page_name == 'blog-tag-index' && isset($tag_name)): ?> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('blog check')): ?> <div class="easier-mode"> <div class="easier-section-area"> <?php endif; ?> <?php endif; ?> <!--// Breadcrumb Section Start //--> <section class="breadcrumb-section section" data-scroll-index="1" <?php if(!empty($page_builder->custom_breadcrumb_image) && $page_builder->breadcrumb_status == 'yes'): ?> data-bg-image-path="<?php echo e(asset('uploads/img/page_builder/breadcrumb/'.$page_builder->custom_breadcrumb_image)); ?>" <?php elseif(!empty($breadcrumb_image->section_image)): ?> data-bg-image-path="<?php echo e(asset('uploads/img/breadcrumb/'.$breadcrumb_image->section_image)); ?>" <?php endif; ?>> <div class="container"> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('blog check')): ?> <!-- hover effect for mobile devices --> <div class="click-icon d-md-none text-center"> <button class="custom-btn text-white"> <i class="fa fa-mobile-alt text-white"></i> <?php echo e(__('content.touch')); ?> </button> </div> <?php endif; ?> <?php endif; ?> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="breadcrumb-inner"> <h1><?php echo e($tag_name); ?></h1> <ul class="breadcrumb-links"> <li><a href="<?php echo e(url('/')); ?>"><?php echo e(__('frontend.home')); ?></a></li> <li class="active"><?php echo e($tag_name); ?></li> </ul> </div> </div> </div> </div> </section> <!--// Breadcrumb Section end //--> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('blog check')): ?> </div> <div class="easier-middle"> <?php $url = request()->path(); $modified_url = str_replace('/', '-bracket-', $url); ?> <form method="POST" action="<?php echo e(route('site-url.index')); ?>" class="d-inline-block"> <?php echo csrf_field(); ?> <input type="hidden" name="route" value="page-builder.edit"> <input type="hidden" name="style" value="<?php echo e($page_builder->id); ?>"> <input type="hidden" name="site_url" value="<?php echo e($modified_url); ?>"> <button type="submit" class="custom-btn text-white"> <i class="fa fa-edit text-white"></i> <?php echo e(__('content.edit_breadcrumb_and_page_seo')); ?> </button> </form> </div> </div> <?php endif; ?> <?php endif; ?> <?php elseif($page_builder->page_name == 'career-detail-show' && isset($career)): ?> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('career check')): ?> <div class="easier-mode"> <div class="easier-section-area"> <?php endif; ?> <?php endif; ?> <!--// Breadcrumb Section Start //--> <section class="breadcrumb-section section" data-scroll-index="1" <?php if(!empty($career_content->custom_breadcrumb_image)): ?> <?php if($career_content->breadcrumb_status == 'yes'): ?> data-bg-image-path="<?php echo e(asset('uploads/img/career/breadcrumb/'.$career_content->custom_breadcrumb_image)); ?>" <?php endif; ?> <?php elseif(!empty($breadcrumb_image->section_image)): ?> data-bg-image-path="<?php echo e(asset('uploads/img/breadcrumb/'.$breadcrumb_image->section_image)); ?>" <?php endif; ?>> <div class="container"> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('career check')): ?> <!-- hover effect for mobile devices --> <div class="click-icon d-md-none text-center"> <button class="custom-btn text-white"> <i class="fa fa-mobile-alt text-white"></i> <?php echo e(__('content.touch')); ?> </button> </div> <?php endif; ?> <?php endif; ?> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="breadcrumb-inner"> <h1><?php echo e($career->title); ?></h1> <ul class="breadcrumb-links"> <li><a href="<?php echo e(url('/')); ?>"><?php echo e(__('frontend.home')); ?></a></li> <li class="active"><?php echo e($career->title); ?></li> </ul> </div> </div> </div> </div> </section> <!--// Breadcrumb Section end //--> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('career check')): ?> </div> <div class="easier-middle"> <?php $url = request()->path(); $modified_url = str_replace('/', '-bracket-', $url); ?> <form method="POST" action="<?php echo e(route('site-url.index')); ?>" class="d-inline-block"> <?php echo csrf_field(); ?> <input type="hidden" name="route" value="service-content.create"> <input type="hidden" name="style" value="<?php echo e($career->id); ?>"> <input type="hidden" name="site_url" value="<?php echo e($modified_url); ?>"> <button type="submit" class="custom-btn text-white"> <i class="fa fa-edit text-white"></i> <?php echo e(__('content.edit_breadcrumb_and_page_seo')); ?> </button> </form> </div> </div> <?php endif; ?> <?php endif; ?> <?php elseif($page_builder->page_name == 'career-detail-show' && isset($page)): ?> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('page check')): ?> <div class="easier-mode"> <div class="easier-section-area"> <?php endif; ?> <?php endif; ?> <!--// Breadcrumb Section Start //--> <section class="breadcrumb-section section" data-scroll-index="1" <?php if(!empty($page->custom_breadcrumb_image)): ?> <?php if($page->breadcrumb_status == 'yes'): ?> data-bg-image-path="<?php echo e(asset('uploads/img/page/breadcrumb/'.$page->custom_breadcrumb_image)); ?>" <?php endif; ?> <?php elseif(!empty($breadcrumb_image->section_image)): ?> data-bg-image-path="<?php echo e(asset('uploads/img/breadcrumb/'.$breadcrumb_image->section_image)); ?>" <?php endif; ?>> <div class="container"> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('page check')): ?> <!-- hover effect for mobile devices --> <div class="click-icon d-md-none text-center"> <button class="custom-btn text-white"> <i class="fa fa-mobile-alt text-white"></i> <?php echo e(__('content.touch')); ?> </button> </div> <?php endif; ?> <?php endif; ?> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="breadcrumb-inner"> <h1><?php echo e($page->title); ?></h1> <ul class="breadcrumb-links"> <li><a href="<?php echo e(url('/')); ?>"><?php echo e(__('frontend.home')); ?></a></li> <li class="active"><?php echo e($page->title); ?></li> </ul> </div> </div> </div> </div> </section> <!--// Breadcrumb Section end //--> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('page check')): ?> </div> <div class="easier-middle"> <?php $url = request()->path(); $modified_url = str_replace('/', '-bracket-', $url); ?> <form method="POST" action="<?php echo e(route('site-url.index')); ?>" class="d-inline-block"> <?php echo csrf_field(); ?> <input type="hidden" name="route" value="service-content.create"> <input type="hidden" name="style" value="<?php echo e($page->id); ?>"> <input type="hidden" name="site_url" value="<?php echo e($modified_url); ?>"> <button type="submit" class="custom-btn text-white"> <i class="fa fa-edit text-white"></i> <?php echo e(__('content.edit_breadcrumb_and_page_seo')); ?> </button> </form> </div> </div> <?php endif; ?> <?php endif; ?> <?php else: ?> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('page builder check')): ?> <div class="easier-mode"> <div class="easier-section-area"> <?php endif; ?> <?php endif; ?> <!--// Breadcrumb Section Start //--> <section class="breadcrumb-section section" data-scroll-index="1" <?php if(!empty($page_builder->custom_breadcrumb_image) && $page_builder->breadcrumb_status == 'yes'): ?> data-bg-image-path="<?php echo e(asset('uploads/img/page_builder/breadcrumb/'.$page_builder->custom_breadcrumb_image)); ?>" <?php elseif(!empty($breadcrumb_image->section_image)): ?> data-bg-image-path="<?php echo e(asset('uploads/img/breadcrumb/'.$breadcrumb_image->section_image)); ?>" <?php endif; ?>> <div class="container"> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('page builder check')): ?> <!-- hover effect for mobile devices --> <div class="click-icon d-md-none text-center"> <button class="custom-btn text-white"> <i class="fa fa-mobile-alt text-white"></i> <?php echo e(__('content.touch')); ?> </button> </div> <?php endif; ?> <?php endif; ?> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="breadcrumb-inner"> <h1><?php echo e($page_builder->breadcrumb_title); ?></h1> <?php $str = $page_builder->breadcrumb_item; $array_items = explode(",",$str); ?> <ul class="breadcrumb-links"> <?php $__currentLoopData = $array_items; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if(!$loop->last): ?> <li><?php echo html_entity_decode($item); ?></li> <?php else: ?> <li class="active"><?php echo html_entity_decode($item); ?></li> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php unset($item); ?> </ul> </div> </div> </div> </div> </section> <!--// Breadcrumb Section end //--> <?php if(Auth::user()): ?> <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('page builder check')): ?> </div> <div class="easier-middle"> <?php $url = request()->path(); $modified_url = str_replace('/', '-bracket-', $url); ?> <form method="POST" action="<?php echo e(route('site-url.index')); ?>" class="d-inline-block"> <?php echo csrf_field(); ?> <input type="hidden" name="route" value="page-builder.edit"> <input type="hidden" name="style" value="<?php echo e($page_builder->id); ?>"> <input type="hidden" name="site_url" value="<?php echo e($modified_url); ?>"> <button type="submit" class="custom-btn text-white"> <i class="fa fa-edit text-white"></i> <?php echo e(__('content.edit_breadcrumb_and_page_seo')); ?> </button> </form> </div> </div> <?php endif; ?> <?php endif; ?> <?php endif; ?> <?php /**PATH /home/digitalh/public_html/resources/views/frontend/sections/breadcrumb/breadcrumb-style1.blade.php ENDPATH**/ ?>
Page is not found
Oops! Page not found.
Sorry, an error has occured, Requested page not found!
Back To Homepage