@extends('themes::layout')
@php
@endphp
@push('header')
@endpush
@section('body')
@include('themes::themexingkong.inc.header')
@if (get_theme_option('ads_header'))
{!! get_theme_option('ads_header') !!}
@endif
@endsection
@push('scripts')
@endpush
@section('footer')
{!! get_theme_option('footer') !!}
@if (get_theme_option('ads_catfish'))
{!! get_theme_option('ads_catfish') !!}
@endif
{!! setting('site_scripts_google_analytics') !!}
@endsection