@extends('layouts.guest') @section('title', 'Daftar - ' . ($globalSettings['school_name'] ?? 'Sistem Absensi')) @section('content')
{{-- LEFT COLUMN: Branding (Hidden on Mobile) --}} {{-- RIGHT COLUMN: Register Form --}}
{{-- Mobile Header --}}
@if($globalSettings['logo_url']) Logo @endif

Buat Akun Baru

@if ($errors->any())

Mohon periksa inputan Anda.

@endif
@csrf {{-- Name --}}
@error('name')

{{ $message }}

@enderror
{{-- Email --}}
@error('email')

{{ $message }}

@enderror
{{-- Role --}}
@error('role')

{{ $message }}

@enderror
{{-- Password Section --}}
@error('password')

{{ $message }}

@enderror

Sudah punya akun? Login disini

@endsection @section('js') @endsection