@php use Illuminate\Support\Facades\Storage; $bgUrl = $page->background_image !== null ? Storage::disk('public')->url($page->background_image) : null; $logoUrl = $page->logo_image !== null ? Storage::disk('public')->url($page->logo_image) : null; $phase = $page->isBeforeStart() ? 'before' : ($page->isExpired() ? 'expired' : 'active'); @endphp @extends('layouts.public') @section('content')
{{ __('This pre-registration period has ended.') }}
@endif @if (filled($page->ticketshop_url)) @endif