@extends('layouts.app') @section('content')
@include('layouts.navbars.guest.navbar')

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

"Attention is the new currency"

The more effortless the writing looks, the more effort the writer actually put into the process.

@endsection