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

Welcome back

@csrf
@error('email')
{{ $message }}
@enderror
@include("partials.recaptcha", ["form"=>"login"])
Forgot password? · Create account
@endsection