@extends('layouts.meeting') @section('title', $meeting->title) @section('content')
M

{{ $meeting->title }}

Room: {{ $meeting->uuid }}

You ({{ Auth::user()->name }})
@csrf
@endsection @push('scripts') @endpush