@extends('layouts.guest')
@section('title', 'Daftar - ' . ($globalSettings['school_name'] ?? 'Sistem Absensi'))
@section('content')
{{-- LEFT COLUMN: Branding (Hidden on Mobile) --}}
{{-- Background --}}
{{-- Abstract Shapes --}}
{{-- Branding --}}
@if($globalSettings['logo_url'])

@else
@endif
{{ $globalSettings['school_name'] ?? 'E-Absensi' }}
{{-- Hero Text --}}
Buat akun baru untuk mulai mengelola atau memantau aktivitas akademik secara digital. Cepat, mudah, dan aman.
{{-- Footer --}}
© {{ date('Y') }} {{ $globalSettings['school_name'] ?? 'Sekolah' }}. All rights reserved.
{{-- RIGHT COLUMN: Register Form --}}
{{-- Mobile Header --}}
@if($globalSettings['logo_url'])

@endif
Buat Akun Baru
Registrasi Akun
Lengkapi formulir di bawah ini dengan benar.
@if ($errors->any())
Mohon periksa inputan Anda.
@endif
@endsection
@section('js')
@endsection