@include('layouts.backend.partials.head') @vite('resources/css/vendors/tippy.css') @vite('resources/css/themes/tinker/side-nav.css')
@if(auth()->check() && !auth()->user()->sync)

Syncing in Progress

We're setting up your account. This may take a few minutes.

You'll be redirected automatically when complete.

Initializing... 0%
@endif
@include('layouts.backend.partials.sidebar')
check() && !auth()->user()->sync ? 'backdrop-blur-sm brightness-75' : '' ])> @include('layouts.backend.partials.topbar') @yield('content')
@vite('resources/js/vendors/dom.js') @vite('resources/js/vendors/tailwind-merge.js') @stack('vendors') @vite('resources/js/vendors/tippy.js') @vite('resources/js/components/base/theme-color.js') @vite('resources/js/themes/tinker.js') @stack('scripts') @if(auth()->check() && !auth()->user()->sync) @endif