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