@yield('commostyle')
@if (Request::path() !== "/") @include('common.snb.' . Str::replace('/', '.', Request::path())) @endif
@include('common.header') @yield('content')