{{ $qrCode->label }} @php $content = $qrCode->content(); $publicUrl = \App\Support\LadillLink::url($qrCode->short_code); @endphp
Programmes

{{ $content['title'] ?? $qrCode->label }}

Programme @if($qrCode->is_active) ● Live @else ● Inactive @endif

View programme page
@foreach(['success', 'error'] as $flash) @if(session($flash))
{{ session($flash) }}
@endif @endforeach @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if($previewDataUri) QR code @endif

{{ $publicUrl }}

@foreach(['png' => 'PNG', 'svg' => 'SVG', 'pdf' => 'PDF'] as $fmt => $flabel) {{ $flabel }} @endforeach
@csrf @method('PATCH')
@include('qr-codes.partials.type-fields-edit', ['linkedEventSpeakers' => $linkedEventSpeakers ?? []])