@php
$site_favicon = get_attachment_image_by_id(get_static_option('site_favicon'),"full",false);
@endphp
@if (!empty($site_favicon))
@endif
@yield('style')
@if(get_static_option('site_admin_dark_mode') == 'on')
@endif
@if( get_default_language_direction() === 'rtl')
@endif
@if(!empty(get_static_option('admin_loader_animation')))
@include('backend/partials/sidebar')
{!! render_image_markup_by_attachment_id(auth()->guard('admin')->user()->image,'avatar user-thumb') !!}
{{ Auth::user()->name }}
@yield('content')
@yield('script')
{!! Toastr::message() !!}