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/resources/views/frontend/layouts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/tradze/public_html/resources/views/frontend/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"/>

    {{--Global styles START--}}
    {{--FONTS--}}
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
    {{--<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css" integrity="sha384-XdYbMnZ/QjLh6iI4ogqCTaIjrFk87ip+ekIjefZch0Y+PvJ8CDYtEs1ipDmPorQ+" crossorigin="anonymous">--}}
    <link rel="stylesheet"  href="{{ asset('/themes/frontend/assets/css/font-awesome.min.css') }}" type="text/css" media="screen">

    {{--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--}}
    <link rel="stylesheet"  href="{{ asset('/themes/frontend/assets/css/css-account.css') }}" type="text/css" media="screen">
    <link rel="stylesheet"  href="{{ asset('/themes/frontend/assets/payment/css/payment.css') }}" type="text/css" media="screen">
    @yield('css_page')
    {{--end css page--}}
</head>
<body>

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

<div class="light-bg">
    <div class="container">
        <div class="light-bg">
            <div class="container">
                @yield('content')
            </div>
        </div>
    </div>
</div>

<!--end page content-->

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

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

{{--custom scripts--}}
@yield('custom_scripts')
{{--end custom scripts--}}

</body>
</html>

ZeroDay Forums Mini