@if(! auth()->check() || auth()->check() && auth()->user()->id != $channel->user->id)
@if($channel->favorite)
{{ __('web.PLAYLIST_UNSUBSCRIBE') }}
@else
{{ __('web.PLAYLIST_SUBSCRIBE') }}
@endif
@endif
@if($channel->visibility)
{{ __('web.SHARE') }}
@endif
@if (auth()->check() && auth()->user()->id == $channel->user->id)
@endif
@if (auth()->check() && auth()->user()->id == $channel->user->id)
@endif
Play