Files
ladill-meet/resources/views/meet/webinars/index.blade.php
T
isaaccladandCursor ce05b6b584
Deploy Ladill Meet / deploy (push) Successful in 47s
Use Events list icon on all Meet index list rows.
Match the Events index card icon across meetings, rooms, conferences, and webinars.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-04 02:22:40 +00:00

16 lines
707 B
PHP

<x-app-layout title="Webinars">
@include('meet.partials.index-page', [
'badge' => 'Stage mode · Q&A · Registration',
'title' => 'Your webinars',
'description' => 'Host stage-mode events for large audiences. Billed at GHS '.number_format(config('meet.billing.price_per_participant_ghs', 0.30), 2).' per participant.',
'createUrl' => route('meet.webinars.create'),
'createLabel' => 'Schedule webinar',
'stats' => $stats,
'listTitle' => 'Your webinars',
'emptyMessage' => 'No webinars yet. Schedule your first webinar to get started.',
'items' => $items,
])
<div class="mt-4">{{ $webinars->links() }}</div>
</x-app-layout>