@extends('layouts.guest') @section('title', __('Reset your password')) @section('content')
{{ __('Back to sign in') }}

{{ __('Forgot your password?') }}

{{ __('No worries — enter the email tied to your workspace and we\'ll send you a reset link.') }}

@if(session('status'))
{{ session('status') }}
@endif @if($errors->any())
{{ $errors->first() }}
@endif
@csrf
{{ __("Don't have an account?") }} {{ __('Create your workspace') }}
@endsection