rsabhk_hsr/resources/views/dashboard.blade.php
hasrinuryawati 17278441a7 first
2025-04-27 00:49:56 +07:00

9 lines
208 B
PHP

@extends('layout.main')
@section('content')
<section class="content">
@if(auth('pegawai')->check())
<h1>Selamat Datang, {{ auth('pegawai')->user()->nama }}!</h1>
@endif
</section>
@endsection