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

Reset Password

@if (session('status'))

{{ session('status') }}

@endif @if ($errors->any())

{{ $errors->first() }}

@endif
@csrf

Ingat password Anda? Kembali Login

@endsection @section('js') @endsection