@extends('index') @section('content') @include('artist-management.nav', ['artist' => $artist])

{{ $podcast->title }}

@if(config('settings.ffmpeg'))

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

@else

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

@endif
{{ __('web.CHOOSE_A_FILE') }}

{!! __('web.LB_UPLOAD_NOTICE') !!}

@include('commons.upload-episode-item') @endsection