@extends('layouts.app') @section('title', 'Webinars') @section('page-title', 'Webinars') @section('breadcrumb', 'More Products / Webinars') @section('content')
Welcome to your webinar dashboard
| Title | Price | Security | Status | Created | Actions |
|---|---|---|---|---|---|
| {{ $webinar->title }} | @if($webinar->is_free) Free @else ₹{{ number_format($webinar->price, 0) }} @endif | {{ $webinar->contentSecurityLabel() }} |
|
{{ $webinar->created_at->format('M d, Y') }} |