@extends('layouts.meeting') @section('title', 'Waiting Room') @section('content')

Almost There!

The meeting organizer, {{ $meeting->creator->name }}, has been notified. They'll let you in shortly.

{{ Auth::user()->name[0] }}

Signed in as

{{ Auth::user()->name }}

Waiting for host approval

Host notified again!

@endsection