@extends('index') @section('content') @include('artist.nav', ['artist' => $artist])
@if(count($artist->podcasts))
@include('commons.podcast', ['podcasts' => $artist->podcasts, 'element' => 'grid'])
@else

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

@endif
@endsection