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