@if ($video->hasTimeLimit() && $remainingSeconds == 0)
Your watch time limit for this video has been
reached.
@else
@endif
@if ($video->hasTimeLimit())
Time remaining:
{{ floor(($remainingSeconds ?? 0) / 60) }}m {{ ($remainingSeconds ?? 0) % 60 }}s
@endif