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

Sign In To Your Account.

Let's sign in to your account and get started.

@csrf
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
Forgot Password
@endsection