@if ($index === 0.5 || $page->content->count() === 0)
    @isset($livestream)
        <div class="md:flex mt-4 w-full max-w-6xl">
            <div class="flex-1"></div>
            <div class="flex-2 flex justify-center">
                <div class="text-block">
                    <h2>{{ $livestream->name }} Registration Removed</h2>
                    <div class="text-lg font-bold mt-2">{{ $livestream->start_date->timezone('America/Vancouver')->format('l F jS g:ia') }}</div>
                    <p>You have been <span class="font-bold">successfully removed</span> from the {{ $livestream->name }} Livestream.</p>
                    <p>If you have any further questions please contact us at <a href="mailto:info@brentwood.ca">info@brentwood.ca</a>.</p>
                </div>
            </div>
        </div>

    @endisset
@endif
