@extends('public._layout') @section('title', 'Join ' . $classroom->name) @section('content')
@if ($classroom->subject) {{ $classroom->subject }} · @endif Welcome! Enter your email or phone and we'll send you a one-time code.
Code: {{ $code }}
@endsection