@extends('layouts.app') @section('title', 'Login') @section('content')

Welcome

@if ($errors->has('passwords'))
@lang('validation.password_criteria')
@endif

This website contains assessments based on the services facilitation training modules. A certificate can be printed upon successful completion of each module assessment.

Please login, or register if you're a new user.


Login

{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection