![]() 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/directory-basic/layouts/ |
<!DOCTYPE html> <html lang="{{ \Language::getCode() }}" dir="{{ \Language::getDirection() }}"> <head> {!! \SEO::generate() !!} @yield('css') @include('partials.scripts.header') </head> <body> @php \Actions::do_action('after_body_open') @endphp <div class="loader-wrap"> <div class="pin"></div> <div class="pulse"></div> </div> @include('partials.header') <div class="dashboard-list-box fl-wrap"> <div class="dashboard-header fl-wrap"> </div> @yield('before_content') <div class="container-fluid mb-3"> <div class="row"> <div class="col-md-6"> @yield('custom-actions') </div> <div class="col-md-6 text-right" style="padding-bottom: 10px;"> @yield('actions') </div> </div> <div class="row"> <div class="content custom-form"> <section id="sec1"> <div class="row"> <div class="col-md-2"> @include('partials.dashboard_sidebar') </div> <div class="col-md-10"> @yield('content') </div> </div> </section> <div class="limit-box fl-wrap"></div> </div> </div> </div> </div> <div>@include('partials.footer')</div> <!-- Back To Top Button--> <a class="scroll-to-top-btn" href="#"><i class="icon-arrow-up"></i></a> <!-- Backdrop--> <div class="site-backdrop"></div> </div> @include('partials.scripts.footer') @include('components.modal',['id'=>'global-modal']) </body> </html>