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/classified/layouts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/job-board.corals.io/resources/themes/classified/layouts/master.blade.php
<!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-fluid">
            <div class="row mt-5">
                <aside id="sidebar"
                       class="col-md-3 col-xs-12 right-sidebar @yield('sidebar-class')">
                    @include('partials.dashboard_sidebar')
                </aside>
                <div class="@yield('content-class','col-md-9 col-xs-12')  content">
                    @php \Actions::do_action('before_page_content') @endphp
                    @yield('content')
                </div>
            </div>
        </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>

Spamworldpro Mini