@extends('layouts.app') @section('title', 'Dashboard Staf') @section('content')

Dashboard Staf

@csrf

Selamat datang, {{ auth()->user()->name }} ({{ auth()->user()->position }}).

Dashboard staf akan diisi sesuai kebutuhan operasional sekolah.

@endsection