@if ($debugMode ?? true)
@endif
@include('layouts.left')
{{ Auth::user()->name }}님
{{ __('Profile') }}
@csrf
{{ __('Log Out') }}
{{ $slot }}
@include('layouts.footer')