@if(!empty(\Request::route()) and \Request::route()->getName()=='app.preview') @endif @yield('metatags') @if(Route::currentRouteName() == 'customer.membership') @else @endif @yield('style') @if(Route::currentRouteName() == 'app.home' or Route::currentRouteName() == 'app.segment' or Route::currentRouteName() == 'app.internal' or Route::currentRouteName() == 'app.preview') @else @if(Route::currentRouteName() == 'home') @endif
Loading

Procesando...

@endif
@yield('content')
@include('partials.footer')
@include('partials.login') @include('pages.app.partials.navbar') @yield('scripts')