@stack('styles') @include('popper::assets')
@php $current_page = Route::getFacadeRoot()->current()->uri(); if ($current_page === "login"): @endphp @yield('dashboard_content') @php else: @endphp
{{ auth()->user()->username }}
administrator
{{ __('Logout') }}
@csrf
@yield('dashboard_content')
@php endif; @endphp
@include('admin.include.appfo') @stack('scripts')