@extends('layouts.guest') @section('title', 'Sign in – ' . \App\Models\Setting::get('system_short_name', 'TRACE')) @section('content')

Welcome back

Sign in to continue to your clinical logbook.

@if($errors->any())
{{ $errors->first() }}
@endif @if(session('info'))
{{ session('info') }}
@endif @if(session('success'))
{{ session('success') }}
@endif {{-- UiTM accounts --}} Continue with Google
For UiTM accounts already registered in TRACE.
or
{{-- Everyone else: one-time code --}}
@csrf
We'll email you a one-time code — no password needed.
@if($passwordEnabled)
or use a password
@csrf
Forgot password?
@endif

Accounts are created by your faculty administrator.

@endsection