@if ($outcome === 'provisioned') {{ __(':name requested a demo and one was provisioned.', ['name' => $requester]) }} @else {{ __(':name requested a demo — all slots were busy, so they were added to the waitlist.', ['name' => $requester]) }} @endif
{{ __('Outcome:') }} {{ ucfirst($outcome) }}
@if ($url){{ __('Demo:') }} {{ $url }}
@endif{{ __('Active demos:') }} {{ $activeCount }}
{{ __('Waitlist:') }} {{ $waitlistCount }}