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

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/tradze/public_html/test.tradze.com/resources/views/frontend_new/layouts/account.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"/>

    <meta property="og:title" content="@yield('meta_title')">

    <meta property="og:description" content="@yield('meta_description')">



    <!-- Global styles START -->

@include('frontend_new.partials.core-css')

<!-- Global styles END -->



    <!-- Start css page -->



    <link rel="stylesheet" href="{{ asset('/themes/frontend_new/assets/plugins/owl.carousel/owl-carousel/owl.theme.css') }}" type="text/css" media="screen"/>

    <link rel="stylesheet" href="{{ asset('/themes/frontend_new/assets/plugins/owl.carousel/owl-carousel/owl.carousel.css') }}" type="text/css" media="screen"/>

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

    <link rel="stylesheet" href="{{ asset('/themes/frontend_new/assets/css/css-carousel-treatments.css') }}" type="text/css" media="screen"/>

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

    @yield('css_page')

</head>

<body class="no_testimonials_page">



{{--start header--}}

@include('frontend_new.partials.header')

{{--end start header--}}



{{--start slider index--}}

{{--@include('frontend_new.partials.slider-index')--}}

{{--end slider index--}}


<!-- {{ Request::is('login') || Request::is('register') || Request::is('account/addressbook/index') || Request::is('account/billingaddress/index') || Request::is('password/reset') ? 'auth_background' : '' }} -->
<!--start page content-->
<?php 
            $voucher_not_available = false;
            // $RESULT = count($results['unavailable']);
            // echo $RESULT;
            if(isset($vouchers) && count($vouchers) == 0){
                $voucher_not_available = true;
                $path_url = asset('/themes/frontend_new/assets/img/novouchers.png');
                $var = "style=background-image:url('$path_url');";
            }
        ?>
<div class="parent_container auth_background auth-account-pages-wrap {{$voucher_not_available ? 'cmn_background_cover' : ''}} {{$voucher_not_available ? 'no-voucher-bg' : ''}}"
    <?php
            if($voucher_not_available){
        echo $var;
        } else { ?>
        style="background: #F5F5F5 url({{asset('/themes/frontend_new/assets/img/account-pages-bg.png')}}) !important; background-repeat: no-repeat !important; background-size: cover !important;"
            <?php }?>
        >   
<div class="container">

    @yield('content')

</div>
</div>
<!--start page content-->





<!-- start carousel treatments-->

@include('frontend_new.partials.treatments-list')

<!-- end carousel treatments-->



<!--start footer-->

@include('frontend_new.partials.footer')

<!--end footer-->



<!--start core js-->

@include('frontend_new.partials.core-js')

<!--end core js-->



<!--Page JS-->

<script type="text/javascript" src="{{ asset('/themes/frontend_new/assets/plugins/owl.carousel/owl-carousel/owl.carousel.js') }}"></script>

<script>

    $(document).ready(function () {

        $(".owl-treatments").owlCarousel({

            autoPlay: 3000, //Set AutoPlay to 3 seconds

            navigation: false,

            pagination: true,

            itemsCustom: [

                [0, 2],

                [450, 2],

                [600, 3],

                [700, 4],

                [1000, 5],

                [1200, 6],

                [1400, 6],

                [1600, 7]

            ],

        });



        $(".owl-social").owlCarousel({

            autoPlay: 3000, //Set AutoPlay to 3 seconds

            navigation: false,

            pagination: true,

            itemsCustom: [

                [0, 2],

                [450, 2],

                [600, 3],

                [700, 3],

                [1000, 4],

                [1200, 5],

                [1400, 5],

                [1600, 5]

            ],

        });



        $(".owl-event").owlCarousel({

            autoPlay: 3000, //Set AutoPlay to 3 seconds

            navigation: true,

            pagination: false,

            itemsCustom: [

                [0, 1],

                [450, 1],

                [600, 3],

                [700, 3],

                [1000, 4],

                [1200, 4],

                [1400, 5],

                [1600, 5]

            ],

        });

    });

</script>



@yield('custom_scripts')



</body>

</html>

ZeroDay Forums Mini