@props([ 'title' => 'Ladill Meet', 'organization' => null, 'eyebrow' => null, ]) {{ $title }} @include('partials.favicon') @vite(['resources/css/app.css', 'resources/js/meet-public.js']) @stack('head') merge(['class' => 'min-h-screen bg-slate-100 font-sans text-slate-900 antialiased']) }}>
@if ($organization) @include('meet.partials.kiosk-brand', ['organization' => $organization]) @else
Ladill Meet
@endif
@if ($eyebrow)

{{ $eyebrow }}

@endif {{ $slot }}