@extends('public._layout') @section('title', 'Enter class code') @section('content')

Enter your class code

Type the join code your teacher gave you. It looks like XXX-XXXX.

@csrf @error('join_code')
{{ $message }}
@enderror
@endsection