@if(findDirectionOfLang() == "rtl")
@else
@endif
{{-- Chart js --}}
{{-- All icon-fonts --}}
{{-- date range picker --}}
{{-- full calender --}}
@include('backend.partials.header')
@include('backend.partials.sidebar')
@yield('content')
@include('backend.partials.footer')
{{-- theme mode switch --}}
@if(findDirectionOfLang() == "rtl")
@endif
{{-- Chart --}}
{{--All Plugin js --}}
{{-- Custom Js --}}
{{-- alert message --}}
@include('backend.partials.alert-message')
{{-- delete method --}}
@stack('script')