@if(env('APP_ENV') == 'local')
@else
@endif
@yield('title') - {{ config('app.name') }}
{{--
--}} {{--
--}}
@stack('pageCss') @include('front.common.header')
@yield('content') @stack('pageModals')
@include('front.common.footer') @stack('pageJs')