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