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

Sign In

Enter your email and password to sign in

@csrf @method('post')
@error('email')

{{$message}}

@enderror
@error('password')

{{$message}}

@enderror

Forgot you password? Reset your password here

Don't have an account? Sign up

"Welcome back!"

Login to explore a world of ease and control.

@endsection