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