@extends('layouts.guest') @section('title', __('Accept invitation')) @section('content')
{{ __('Ask your workspace admin to send you a new one.') }}
{{ __('Go to sign in') }}{{ __('You can sign in with your password.') }}
{{ __('Sign in') }}{{ __('You were invited to join') }} {{ $invitation->tenant->name }}.
@if($errors->any())