@extends('layouts.app') @section('title', 'Delegate Registration - ' . $programme->title) @section('content')
International Delegate Entry

{{ $programme->title }}

@if($programme->theme)

"{{ $programme->theme }}"

@endif

{{ $programme->start_date->format('M d') }} — {{ $programme->end_date->format('M d, Y') }}

@csrf
@endsection