@section('style')
@stack('links') @show @inject('helper', 'App\Http\Helpers\LayoutHelper')
{{$helper->navbarShowAuth()}}
@include('layout.navbar.menu')
{{$helper->navbarShowAuth()}}
{!! $helper->navbarShowLoginButton() !!}
@section('breadcrumbs') @if(class_exists('Breadcrumbs') && Breadcrumbs::exists(Route::currentRouteName()))
{{ Breadcrumbs::render(Route::currentRouteName(), Route::current()->parameters) }}
@endif @show @if($routeClass!='login') @include('component.alert') @endif @yield('content')
@include('component.footer_menu') @section('script') @stack('scripts') @show @include('component.download')