Total registeration: {{ $total_participants }}
Launching Ceremony:
{{ $opening[1]['count'] }} (Attending)
{{ $opening[0]['count'] }} (Not attending)
Keynote Session:
{{ $keynote[1]['count'] }} (Attending)
{{ $keynote[0]['count'] }} (Not attending)
Workshops:
WorkShop 1: {{ $workshop[0]['count'] }}
WorkShop 2: {{ $workshop[1]['count'] }}
WorkShop 3: {{ $workshop[2]['count'] }}
WorkShop 4: {{ $workshop[3]['count'] }}
WorkShop 5: {{ $workshop[4]['count'] }}
WorkShop 6: {{ $workshop[5]['count'] }}
Not attending any workshop: {{ $workshop[6]['count'] }}
Last Update:
{{ $last_update }}
{{ session('success') }}
@if(isset($message))
No records of workshop yet, create some?
@else
@foreach ($events as $event)
@endforeach
@endif
{{ $events->links() }}
@endif