@extends('backend.index') @section('content') @if(isset($podcast))
{{ $podcast->title }}

{{ $podcast->description }}

@endif
@csrf
{!! makeDropDown(array( 1 => __('web.EPISODE_TYPE_FULL'), 2 => __('web.EPISODE_TYPE_TRAILER'), 3 => __('web.EPISODE_TYPE_BONUS'), ), 'type', null, true) !!}
5
@endsection