{{-- stylesheets --}} @livewireStyles @if (($zeromspSettings) && ($zeromspSettings->header_color)) @endif @if (($zeromspSettings) && ($zeromspSettings->custom_css)) @endif @if (($zeromspSettings) && ($zeromspSettings->logo!=''))
@endif @yield('content')
@if (($zeromspSettings) && ($zeromspSettings->privacy_policy_link!='')) {{ trans('admin/settings/general.privacy_policy') }} @endif
{{-- Javascript files --}} @stack('js') @livewireScripts