![]() 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/classified/layouts/ |
<!DOCTYPE html> <html lang="{{ \Language::getCode() }}" dir="{{ \Language::getDirection() }}"> <head> <title>@yield('title') | {{ \Settings::get('site_name', 'Corals') }}</title> @include('partials.scripts.header') </head> <body> @php \Actions::do_action('after_body_open') @endphp @include('partials.header') <div> @yield('before_content') <div class="section-padding"> <div class="container"> @yield('content') </div> </div> @yield('after_content') @include('partials.footer') </div> @include('partials.scripts.footer') @include('components.modal',['id'=>'global-modal']) @php \Actions::do_action('admin_footer_js') @endphp </body> </html>