@extends('layout.main') @section('content')
@if(auth('pegawai')->check())

Selamat Datang, {{ auth('pegawai')->user()->nama }}!

@endif
@endsection