@include('layouts.header') @yield('css_m') @section('head') @show @php $locale = session('lang'); $text = 'text_ru'; if($locale == 'uz') { $text = 'text_uz'; } elseif($locale == 'en') { $text = 'text_en'; } @endphp @if($marquee->is_active == 1)
{{ $marquee->$text }}
@endif @include('layouts.head') @yield('content') @include('layouts.footer') @section('foot')@show