@extends('layouts.guest') @section('title', 'Daftar — Presensi') @section('content')

Buat akun baru

Daftar sebagai pegawai untuk mulai mencatat kehadiran.

@if ($errors->any())
@foreach ($errors->all() as $error) {{ $error }}@if (!$loop->last)
@endif @endforeach
@endif
@csrf

Sudah punya akun? Masuk di sini

@endsection