@extends('layouts.AuthLayout') @section('title', 'Reset Password') @section('content')
images

Reset password

Back to Log in

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@
Or continue with
@endsection