{{--
{{ config('app.name') }} | @yield('title')
--}}
@include('frontend.includes.meta')
@stack('before-styles') @include('frontend.news.css') @stack('page_css') @php $title = $module_title ?? '' @endphp @include('frontend.news.header')
@yield('content')
@include('frontend.news.footer') @include('frontend.news.floating') @include('frontend.news.js') @stack('before-scripts') @stack('after-scripts') {{-- @include('frontend.news.video_floating') --}}