@php /** @var \App\Models\Classroom $classroom */ $url = $classroom->joinUrl(); @endphp
{!! $svg !!}

Or enter the code manually at /join:

{{ $classroom->join_code }}

{{ $url }}

@if (! $classroom->isJoinable())

⚠ Joins are currently disabled or this code has expired. Students scanning will see an error.

@endif