@include('partials.head')
{{ __('Dashboard') }}
{{ __('Pengguna') }}
{{ __('Program') }}
{{--
{{ __('Repository') }}
{{ __('Documentation') }}
--}}
{{ auth()->user()->initials() }}
{{ auth()->user()->full_name }}
{{ auth()->user()->email }}
{{ __('Settings') }}
@csrf
{{ __('Log Out') }}
{{ auth()->user()->initials() }}
{{ auth()->user()->full_name }}
{{ auth()->user()->email }}
{{ __('Settings') }}
@csrf
{{ __('Log Out') }}
{{ $slot }} @livewire('components.global-alert') @fluxScripts