Spamworldpro Mini Shell
Spamworldpro


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/saas/partials/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/job-board.corals.io/resources/themes/saas/partials/page_header.blade.php
@if(!isset($home))
    <div class="{{ isset($featured_image)?'':'page_header' }}">
        @if(isset($featured_image))
            <div class="dzsparallaxer auto-init" data-options='{direction: "reverse"}' style="height: 450px;">
                <div class="divimage dzsparallaxer--target "
                     style="width: 101%; height: 600px; background-image: url('{{ isset($featured_image)?$featured_image:Theme::url('images/bg2.jpg') }}')">
                </div>
                <div class=" parallax-text center-it page-title text-center">
                    <h1 class="text-uppercase">{!! isset($content)?$content:optional($item)->title  !!}</h1>
                </div>
            </div><!--end page header-->
            <div class="space-70"></div>
        @elseif(isset($content))
            <div class="container">
                <div class="row">
                    <div class="col-md-12">
                        <div class="space-20"></div>
                        {!! $content !!}
                    </div>
                </div>
            </div>
        @endif
    </div>
@endif

Spamworldpro Mini