@php($logo = getSession('header_logo')) @php($favicon = getSession('favicon')) @php($preloader = getSession('preloader')) @yield('title') @include('adminmodule::layouts.css') @stack('css_or_js') @stack('css_or_js2')
@if ($preloader) @else
{{ translate('Loading...') }}
@endif
@include('adminmodule::partials._header') @include('adminmodule::partials._sidebar') @include('adminmodule::partials._settings')
@include('adminmodule::modal._custom-modal') @yield('content') @include('adminmodule::partials._footer')
@include('adminmodule::partials._firebase-script') {{-- TOASTR and SWEETALERT --}} {!! Toastr::message() !!} @if ($errors->any()) @endif {{--Remove non-numeric characters from the input value with type="tel" --}} @stack('script') @stack('script2')