@extends('layouts.auth') @section('title', 'Sign In') @section('content')

Sign in to your account

@csrf
@error('email')

{{ $message }}

@enderror
Forgot password?

Don't have an account? Create one free

@endsection