@extends('index') @section('content') @include('podcast.nav', ['podcast' => $podcast])
@if(count($podcast->subscribers))
@include('commons.user', ['users' => $podcast->subscribers, 'element' => 'profile'])
@else

{{ __('web.PODCAST_EMPTY_SUBSCRIBER') }}

@endif
@endsection