@php($siteInfo = getSiteInfo())
{{ $siteInfo->site_name }}
{{-- Flowbite JS cdn --}} {{-- DatePicker --}}
@stack('headerPartial') {{-- Admin Layout --}} @if (Auth::check()) @php($userData = Auth::user())
@if (!empty($siteInfo->footer_logo))
@else
{{ $siteInfo->site_name }}
@endif
@include('layouts.backend-partial.sidebar-user')
@include('layouts.backend-partial.header-user')
@yield('content')
@include('layouts.backend-partial.footer-user')
@else {{-- Login Layout --}}
@yield('content')
@endif @stack('footerPartial') @if (Auth::check()) @endif