@include('partials.head')
{{ __('Inicio') }}
{{ __('Projects') }}
{{ auth()->user()->initials() }}
{{ auth()->user()->name }}
{{ auth()->user()->email }}
{{ __('Settings') }}
@csrf
{{ __('Log Out') }}
{{ __('Dashboard') }}
{{ __('Repository') }}
{{ __('Documentation') }}
@if($showSidebar)
{{ $sidebar ?? '' }} @stack('sidebar-menu')
@endif
{{ $slot }}
@fluxScripts