@extends('auth.app') @section('content')

LMS

Sign in to your account

@if ($errors->any()) @endif
@csrf
@error('username')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
@if (Route::has('password.request')) @endif
@endsection