@extends('layouts.guest') @section('title', 'Activate your account – ' . \App\Models\Setting::get('system_short_name', 'TRACE')) @section('content')
You've been invited as {{ ucwords(str_replace('_', ' ', $invite->role)) }}. Just confirm your name — there's no password to choose.
@elseEnter your details and the invite code you were given.
@endif @if($errors->any())Already activated? Sign in
@endsection