@extends('auth.layout') @section('title','Sign In') @section('content')
main_logo{{--glideqms--}}

Sign In

@include('auth.error')
@csrf
@if (Route::has('password.request'))

Forgot password? Reset

@endif @if (Route::has('register'))

Don't have an account? Sign up

@endif
{{--main_logo--}}

glideqms

Quality Management System.

@endsection