@section('html')
@show
@section('title')
{{ isset($title)?$title:config('website.name') }}
@show
@section('theme_css')
@show
@section('juqery')
@show
@yield('add_css')
@section('font_css')
@show
@section('body')
@show
@section('header')
@show
@section('footer')
@show
@yield('content')
@section('base_js')
@show
@yield('foot_js')