@php
$themeLayout = themeLayout();
$themeLayout->direction_mode = intVal($themeLayout->direction_mode);
$themeLayout->fluid_layout = intVal($themeLayout->fluid_layout);
$themeLayout->dark_mode = intVal($themeLayout->dark_mode);
$themeLayout->nav_position = intVal($themeLayout->nav_position);
$fullwidth = ''; //$themeLayout->nav_position==2?' full-width':'';
@endphp
direction_mode == 0) dir="rtl" id="rtl" @endif>
{{-- SIDEBAR --}}
@include('v2.admin.layout.sidebar_v3', ['hide_sidebar' => @$hide_sidebar])
{{-- WIDGET SIDEBAR --}}
@include('v2.admin.layout.sidebar-widget')
{{-- CONTENT --}}
{{-- @dd($themeLayout->nav_position==2); --}}
{{-- SUPPORT --}}
@if (!empty(env('PM_CLIENT_REF_ID')))
@include('admin.support.index')
@endif
{{-- FOOTER VIEW --}}
@include('v2.admin.layout.footer_view')
{{-- FOOTER FILES --}}
@include('v2.admin.layout.footer_scipts')
@include('v2.admin.layout.theme_js_v3')
{{-- CUSTOM JS --}}
@yield('custom_js')
@yield('script')
@yield('script_after')
{{--
--}}