@extends('tyro-dashboard::layouts.user') @section('title', 'My Invitation Link') @section('breadcrumb') Dashboard My Invitation Link @endsection @section('content')
Share your invitation link and track referrals.
{{ $invitationLink->hash }}
Create your unique invitation link to start inviting others.
| User | Joined | |
|---|---|---|
|
@if($referral->referredUser->profile_photo_path || ($referral->referredUser->use_gravatar && $referral->referredUser->email))
{{ $referral->referredUser->name ?? 'Unknown' }}
|
{{ $referral->referredUser->email ?? 'N/A' }} |
{{ $referral->created_at->format('M d, Y') }}
{{ $referral->created_at->diffForHumans() }} |
Share your invitation link to see referrals here.