@extends('public._layout') @section('title', "You're in!") @section('content')
{{ $classroom->name }}

🎉 You're in!

@if ($isNew) Welcome to {{ $school->name }}! You're now enrolled in {{ $classroom->name }}. @else Welcome back! You've been added to {{ $classroom->name }}. @endif

Open the {{ $school->name }} app on your phone or tablet and sign in with the same email to start practising.

Tip: bookmark {{ url('/') }} on your home screen for quick access.

@endsection