@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.header') @show @yield('content')
@include('web.layouts.footer') @section('base_js') @show @yield('foot_js')