@if(Session::get('direction') === "rtl")
@endif
{{-- light box --}}
@stack('css_or_js')
@include('layouts.back-end.partials._front-settings')
{{--loader--}}
{{--loader--}}
@include('layouts.back-end.partials._header')
@include('layouts.back-end.partials._side-bar')
@yield('content')
@include('layouts.back-end.partials._footer')
@include('layouts.back-end.partials._modals')
{{--@stack('script')--}}
{!! Toastr::message() !!}
@if ($errors->any())
@endif
@stack('script')
{{-- light box --}}
@stack('script_2')