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

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

Don't have an account? Sign Up

@endsection