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

Change password

Set a new password for your email

@csrf
@error('email')

{{$message}}

@enderror
@error('password')

{{$message}}

@enderror
@error('confirm-password')

{{$message}}

@enderror
@include('components.alert')

"Attention is the new currency"

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

@endsection