@if(findDirectionOfLang()== "rtl")
@else
@endif
{{-- Chart js --}}
{{-- All icon-fonts --}}
{{-- new --}}
{{-- new --}}
{{-- --}}
@stack("style")
@if (Auth::user())
@include('backend.partials.header')
@else
@endif
@if (Auth::user())
@include('backend.partials.sidebar')
@endif
@yield('content')
@include('backend.partials.footer')
{{-- theme mode switch --}}
{{-- Chart --}}
{{-- new plugins --}}
{{--
--}}
{{--All Plugin js --}}
{{-- Custom Js --}}
{{-- alert message --}}
@include('backend.partials.alert-message')
{{-- delete method --}}
@stack('script')