@vite(['resources/css/app.css', 'resources/js/app.js'])
Logo

SIMPEL KIP

STKIP PGRI Situbondo

{{ substr(Auth::user()->nama ?? Auth::user()->name, 0, 1) }}

{{ Auth::user()->nama ?? Auth::user()->name }}

{{ Auth::user()->nim ?? 'Administrator' }}

@if(Auth::guard('web')->check()) @endif
@csrf
Logo SIMPEL KIP
@isset($header)
{{ $header }}
@endisset
{{ $slot }}