@extends('website.layouts.app', ['event_color' => isset($event) ? $event?->color : null]) @foreach ($workshop->seos as $seo) @section($seo->key, $seo->value) @endforeach @section('content')
@include('website.components.success-submit') @include('website.components.error-submit')

{{ $workshop->title }}

{{ $workshop->title }}
@if ($workshop->speaker)
{{ $workshop->speaker->name }}
@endif {{ $workshop->level?->label() }}
@if ($workshop->speaker)
{{ $workshop->speaker->job_title }}
@endif @if ($workshop->language)
{{ $workshop->language }}
@endif @if ($workshop->location)
{{ $workshop->location }}
@endif
@if ($workshop->description) {{ nl2br($workshop->description) }} @endif
@if ($workshopPageSettings['workshop_opening_at'] <= now())
{{ __('app.Registration is now open') }}
@if (! empty($workshopPageSettings['workshop_card_who_can_attend']))
{{ __('app.Who can attend') }}
{{ $workshopPageSettings['workshop_card_who_can_attend'] }}
@endif
@csrf
@include('website.components.invalid-input', ['name' => 'name'])
@else

{{ $workshopPageSettings['workshop_opening_at_error_message'] }}

@endif
@include('website.sections.subscribe-form') @endsection