@extends('layouts.app') @use('SimpleSoftwareIO\QrCode\Facades\QrCode') @section('title', 'Weekly Programmes - International Delegates') @section('content')
Manage weekly schedules and attendee logs for international delegates.
"{{ $activeProgramme->theme }}"
Create a new programme to set it as active.
| Programme Title | Dates | Delegates | Actions |
|---|---|---|---|
| {{ $prog->title }} @if($prog->theme) {{ Str::limit($prog->theme, 50) }} @endif | {{ $prog->start_date->format('M d') }} - {{ $prog->end_date->format('M d, Y') }} | {{ $prog->attendees_count }} | View |
| No past programmes archived. | |||