Sh3ll
OdayForums


Server : Apache
System : Linux 145.162.205.92.host.secureserver.net 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64
User : tradze ( 1001)
PHP Version : 8.1.34
Disable Function : NONE
Directory :  /home/tradze/public_html/test.tradze.com/resources/views/frontend/layouts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/tradze/public_html/test.tradze.com/resources/views/frontend/layouts/master.blade.php
<!DOCTYPE html>
<html lang="en">
<head>
    <title>Tradze @yield('title')</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE"/>

    {{--Global styles START--}}
    {{--FONTS--}}
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">

    {{--BOOSTRAP CSS--}}
    <link rel="stylesheet"  href="{{ asset('/themes/frontend/assets/css/bootstrap-css/bootstrap.css') }}" type="text/css" media="screen">

    {{--start top bottom css--}}
    <link rel="stylesheet"  href="{{ asset('/themes/frontend/assets/css/css-top-bottom.css') }}" type="text/css" media="screen">
    {{--end top bottom css--}}

    {{--start css page--}}
    @yield('css_page')
    <link rel="stylesheet"  href="{{ asset('/themes/frontend/assets/plugins/owl.carousel/owl-carousel/owl.theme.css') }}" type="text/css" media="screen">
    <link rel="stylesheet"  href="{{ asset('/themes/frontend/assets/plugins/owl.carousel/owl-carousel/owl.carousel.css') }}" type="text/css" media="screen">
    <link rel="stylesheet"  href="{{ asset('/themes/frontend/assets/css/css-slider.css') }}" type="text/css" media="screen">
    <link rel="stylesheet"  href="{{ asset('/themes/frontend/assets/css/css-index.css') }}" type="text/css" media="screen">
    {{--end css page--}}
</head>
<body>

{{--start header--}}
@include('frontend.partials.header')
{{--end start header--}}

{{--start slider index--}}
@include('frontend.partials.slider-index')
{{--end slider index--}}

<div class="light-bg">
    <div class="container">
        {{--start slider servicii--}}
        @include('frontend.partials.slider-servicii')
        {{--end slider servicii--}}

        <!-- start text page-->
        <div class="page-title">
            {{ $page->subtitle }}
        </div>
        <div class="page-text">
            {!! $page->body !!}
        </div>
        <div>
            <a href="{{ $page->link or '=' }}" class="action-btn">{{ $page->link_title or 'BOOK A MASSAGE' }}</a>
        </div>
        <!-- end text page-->
    </div>
</div>

<!--end page content-->

{{--start footer--}}
@include('frontend.partials.footer')
{{--end footer--}}

{{--start core js--}}
@include('frontend.partials.core-js')
{{--end core js--}}

<!--Page JS-->
<script src="{{ asset('/themes/frontend/assets/plugins/owl.carousel/owl-carousel/owl.carousel.js') }}" type="text/javascript"></script>
<script>
    $(document).ready(function () {
        $(".owl-services").owlCarousel({
            autoPlay: 3000, //Set AutoPlay to 3 seconds
            navigation: true,
            itemsCustom: [
                [0, 2],
                [450, 3],
                [600, 3],
                [700, 4],
                [1000, 3],
                [1200, 6],
                [1400, 6],
                [1600, 6]
            ],
        });
    });
</script>

</body>
</html>

ZeroDay Forums Mini