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

Enter username and password to login

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

Forgot your password?

--}}
Don't have an account? Sign Up
@endsection