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/app/Modules/Blog/Resources/Views/frontend/layouts/ |
<!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-blog.css') }}" type="text/css" media="screen">
{{--end css page--}}
</head>
<body>
{{--start header--}}
@include('frontend.partials.header')
{{--end start header--}}
{{--page content--}}
<div class="background-page">
<div class="container">
@yield('content')
</div>
</div>
{{--end page content--}}
{{--start footer--}}
@include('frontend.partials.footer')
{{--end footer--}}
{{--start core js--}}
@include('frontend.partials.core-js')
{{--end core js--}}
@yield('custom_scripts')
</body>
</html>