@extends('layouts.guest') @section('title', 'Set new password') @section('content')

New password

Choose a strong password for your account.

@if ($errors->any())
{{ $errors->first() }}
@endif
@csrf
@endsection