@extends('layouts.auth') @section('content')
Reset Password
@csrf
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
Change password
{{ __('Back to login') }}
@endsection