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

Client Sign in

@csrf
@if($errors->has('email'))

{{ $errors->first('email') }}

@endif
@if($errors->has('password'))

{{ $errors->first('password') }}

@endif
Forgot Password?
Sign up

or sign up with

@endsection