![]() 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/jobs/layouts/ |
<!DOCTYPE html> <html lang="en"> <head> <title> @yield('title') | {{ \Settings::get('site_name', 'Corals') }} </title> {!! \SEO::generate() !!} <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- CSRF Token --> <meta name="csrf-token" content="{{ csrf_token() }}"> @include('partials.scripts.header') </head> <body> <div id="preloader-active" style="display: block;"> <div class="preloader d-flex align-items-center justify-content-center"> <div class="preloader-inner position-relative"> <div class="text-center"> <img src="{{ Theme::url('assets/imgs/theme/loading.gif') }}" alt="jobhub"> </div> </div> </div> </div> @include('partials.header') <main class="container mt-150"> @yield('auth_form') {{-- <div class=" col-md-12 text-center m-t-10">--}} {{-- @if(count(\Settings::get('supported_languages', [])) > 1)--}} {{-- {!! \Language::flags('list-inline') !!}--}} {{-- @endif--}} {{-- </div>--}} </main> @include('partials.footer') @include('partials.scripts.footer') </body> </html>