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

{{ __('Set a new password') }}

{{ __('Choose a strong password to secure your workspace.') }}

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

{{ __('Back to sign in') }}

@endsection