![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/job-board.corals.io/resources/themes/marketplace-box/partials/ |
@if(!isset($home) || !$home) @if(isset($featured_image)) <header class="page-header page-header-banner" style="background-image:url({{ $featured_image }});"> <div class="container"> <div class="page-header-banner-inner"> <h1 class="page-title">{{ $item->title }}</h1> </div> </div> </header> @else <header class="page-header"> @if(isset($content)) {!! $content !!} @else <h1 class="page-title">{!! optional($item)->title !!}</h1> @endif </header> @endif @endif