@extends('tyro-dashboard::layouts.admin') @section('title', 'Create Invitation Link') @section('breadcrumb') Dashboard / Invitation Links / Create @endsection @section('content')

Invitation Details

@csrf
@error('user_id') {{ $message }} @enderror Select the user who will receive this invitation link.
Cancel

About Invitation Links

One Link Per User

Each user can have only one invitation link. If a user already has a link, you cannot create another one.

Automatic Tracking

All signups through this invitation link will be automatically tracked.

Unique Hash

Each invitation link has a unique 32-character hash that cannot be changed.

@endsection