@extends('layouts.admin') @section('title', 'Registration Links - ' . $event->name) @section('content')
{!! $event->description !!}
Users can register for this event using the links below.
For users who don't have an account yet:
Scan to register for this event
For users who already have an account:
Scan to login and join this event
{{ $event->registration_token }}
Registration is currently disabled for this event. Enable registration in the event settings to generate registration links.
Edit Event Settings