@extends('index') @section('content') @include('artist-management.nav', ['artist' => $artist])
@foreach($podcast->episodes as $episode)
{{ intval($episode->duration/60) }} MIN
@endforeach
@endsection