@section('htmlheader') @include('layouts.frontend.partials.htmlheader') @show
@include('layouts.frontend.partials.live.mainheader')
@yield('content')
@section('scripts') @include('layouts.frontend.partials.scripts') @show