@php
$isRTL = isRTL(app()->getLocale());
@endphp
@include('frontend.theme_1.partials.styles')
@include('frontend.theme_1.partials.header')
@include('cookie.cookie-consent.index')
@yield('content')
@include('frontend.toast')
@include('frontend.theme_1.partials.footer')
@include('frontend.theme_1.partials.scripts')
@include('chatbot::include')
@include('wchat::include')