@extends('themes::layout')
@php
$menu = \VsMov\Core\Models\Menu::getTree();
@endphp
@push('header')
@endpush
@section('body')
@include('themes::themexiaoyakankan.inc.nav')
@if (get_theme_option('ads_header'))
{!! get_theme_option('ads_header') !!}
@endif
@yield('slider_recommended')
@yield('content')
@endsection
@section('footer')
{!! get_theme_option('footer') !!}
@if (get_theme_option('ads_catfish'))
{!! get_theme_option('ads_catfish') !!}
@endif
{!! setting('site_scripts_google_analytics') !!}
@endsection