@section('html') @show @section('title') {{ isset($title)?$title:config('website.name') }} @show @section('theme_css') @show @yield('add_css') @section('font_css') @show @section('body') @show
@section('header') @include('web.layouts.pay.header') @show @yield('content')
{{ config_cache('config.sitename') }} © {{ $_SERVER['HTTP_HOST'] }}
@section('base_js') @show @yield('foot_js')