diff --git a/resources/views/meet/webinars/show.blade.php b/resources/views/meet/webinars/show.blade.php index 71321fd..f0dd101 100644 --- a/resources/views/meet/webinars/show.blade.php +++ b/resources/views/meet/webinars/show.blade.php @@ -1,4 +1,7 @@ + @php + $webinarRestarting = $room->status === 'ended' || $room->sessions->isNotEmpty(); + @endphp
@@ -9,7 +12,19 @@ @if ($room->canRestart())
@csrf - +
@endif
@@ -41,7 +56,15 @@ @if ($room->canRestart() && ($room->status === 'ended' || $room->sessions->isNotEmpty()))
@csrf - +
@endif