@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())
@endif
@if(session('info'))
{{ session('info') }}
@endif
@if(session('success'))
@endif
{{-- UiTM accounts --}}
Continue with Google
For UiTM accounts already registered in TRACE.
or
{{-- Everyone else: one-time code --}}
@if($passwordEnabled)
or use a password
@endif
Accounts are created by your faculty administrator.
@endsection