@if($showLiveIndicators && $stream->status == 'in-progress')
@endif @if($stream->status == 'in-progress') {{$stream->name}} @else @if($stream->settings['dvr'] && $stream->vod_link) {{$stream->name}} @else {{$stream->name}} @endif @endif
Started streaming {{$stream->created_at->diffForHumans(null,false,true)}} @if($showUsername), by @{{$stream->user->username}} @endif
@if(($stream->status == 'ended' && $stream->settings['dvr'] && $stream->vod_link) || $stream->status == 'in-progress') @if($stream->price == 0) Free @else 🔒 PPV @endif @if($stream->requires_subscription) 🔒 Sub @endif @endif @if(($stream->status == 'ended' && $stream->settings['dvr'] && $stream->vod_link) || $stream->status == 'in-progress') @include('elements.icon',['icon'=>'eye-outline']) @else @include('elements.icon',['icon'=>'eye-off-outline']) @endif