⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
b2c-booking.dev-unit.com
/
modules
/
Layout
/
View File Name :
app.blade.php
<!DOCTYPE html> <html lang="{{ str_replace('_', '-', app()->getLocale()) }}" class="{{$html_class ?? ''}}"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- CSRF Token --> <meta name="csrf-token" content="{{ csrf_token() }}"> @php event(new \Modules\Layout\Events\LayoutBeginHead()); @endphp @include('Layout::parts.favicon') @include('Layout::parts.seo-meta') <link href="{{ asset('libs/bootstrap/css/bootstrap.css') }}" rel="stylesheet"> <link href="{{ asset('libs/font-awesome/css/font-awesome.css') }}" rel="stylesheet"> <link href="{{ asset('libs/ionicons/css/ionicons.min.css') }}" rel="stylesheet"> <link href="{{ asset('libs/icofont/icofont.min.css') }}" rel="stylesheet"> <link href="{{ asset('libs/select2/css/select2.min.css') }}" rel="stylesheet"> <link href="{{ asset('dist/frontend/css/notification.css') }}" rel="newest stylesheet"> <link href="{{ asset('dist/frontend/css/app.css?_ver='.config('app.asset_version')) }}" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="{{ asset("libs/daterange/daterangepicker.css") }}" > <!-- Fonts --> <link rel="dns-prefetch" href="//fonts.gstatic.com"> <link rel='stylesheet' id='google-font-css-css' href='https://fonts.googleapis.com/css?family=Poppins%3A300%2C400%2C500%2C600&display=swap' type='text/css' media='all' /> @if(setting_item('cookie_agreement_type')=='cookie_consent') <link rel="stylesheet" href="{{asset('libs/cookie-consent/cookieconsent.css')}}" media="print" onload="this.media='all'"> @endif {!! \App\Helpers\Assets::css() !!} {!! \App\Helpers\Assets::js() !!} @include('Layout::parts.global-script') <!-- Styles --> @stack('css') {{--Custom Style--}} <link href="{{ route('core.style.customCss') }}" rel="stylesheet"> <link href="{{ asset('libs/carousel-2/owl.carousel.css') }}" rel="stylesheet"> @if(setting_item_with_lang('enable_rtl')) <link href="{{ asset('dist/frontend/css/rtl.css') }}" rel="stylesheet"> @endif @if(!is_demo_mode()) {!! setting_item('head_scripts') !!} {!! setting_item_with_lang_raw('head_scripts') !!} @endif </head> <body class="frontend-page {{ !empty($row->header_style) ? "header-".$row->header_style : "header-normal" }} {{$body_class ?? ''}} @if(setting_item_with_lang('enable_rtl')) is-rtl @endif @if(is_api()) is_api @endif"> @if(!is_demo_mode()) {!! setting_item('body_scripts') !!} {!! setting_item_with_lang_raw('body_scripts') !!} @endif <div class="bravo_wrap"> @if(!is_api()) @include('Layout::parts.topbar') @include('Layout::parts.header') @endif @yield('content') @include('Layout::parts.footer') </div> @if(!is_demo_mode()) {!! setting_item('footer_scripts') !!} {!! setting_item_with_lang_raw('footer_scripts') !!} @endif @include('demo_script') </body> </html>