@extends('layouts.admin')
@section('title', 'Webinar — '.config('app.name'))
@section('page_title', $webinar->description ?: 'Webinar #'.$webinar->id)
@section('breadcrumbs')
Webinars
#{{ $webinar->id }}
@endsection
@section('content')
- Series
- {{ $webinar->series?->title ?: ($webinar->series_id ?: '—') }}
- Product
- {{ $webinar->product ?: '—' }}
- Presenter
- {{ $webinar->presenter ?: '—' }}
- Provider ID
- {{ $webinar->provider_webinar_id ?: '—' }}
- Schedule
- {{ $webinar->scheduled_date }} {{ $webinar->scheduled_time }} {{ $webinar->timezone }}
- Phone access
- {{ $webinar->phone_access_code ?: '—' }}
@endsection