@extends('layouts.guestapp') @section('content')

Fast, Efficient and Productive

Logo
@csrf

VMS Sign In


Email
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
Password
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{-- @if (Route::has('password.request')) --}} {{-- @endif --}}
{{ $errors->first() }}
@endsection