@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.mheader') @show @yield('content') @section('base_js') @show @yield('foot_js')