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

QTR

Welcome to QTR

@include('layouts.flash')

Login in. To see it in action.

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

Do not have an account?

Create an account
@endsection