extend('episode/_layout') ?> section('content') ?>
array_key_exists('title', $chapter) ? $chapter['title'] : '', 'startTime' => format_duration($chapter['startTime']), 'chapterImgUrl' => array_key_exists('img', $chapter) ? $chapter['img'] : $episode->cover->thumbnail_url, 'chapterUrl' => array_key_exists('url', $chapter) ? $chapter['url'] : '', ]); } ?>
endSection() ?>