@if (env('APP_ENV') == 'production')
@endif
@include('frontend.partials.nav')
@if(!isset($showSearch))
@widget('homeSearch')
@endif
@yield('content') @include('frontend.partials.nav_login') @widget('footer') @stack('scripts')