@if (findDirectionOfLang() == 'rtl')
@else
@endif
{{-- Chart js --}}
{{-- All icon-fonts --}}
{{-- date range picker --}}
{{-- full calender --}}
@yield('css')
@stack('css')
@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')
@include('pushnotification::script')
@if (hasModule('MultiBranch'))
@endif