diff --git a/src/app/Views/podcast/create.php b/src/app/Views/podcast/create.php
index 1ad47a10326fb19d5c78b5b2305c302a3c0d058b..597b21620ce2875a18f42a3f1507a5728011fc39 100644
--- a/src/app/Views/podcast/create.php
+++ b/src/app/Views/podcast/create.php
@@ -1,5 +1,5 @@
 <?=helper('form')?>
-<?=$this->extend('layouts\default')?>
+<?=$this->extend('layouts/default')?>
 
 <?=$this->section('content')?>
 
diff --git a/src/app/Views/podcast/index.php b/src/app/Views/podcast/index.php
index da54585caa18c6e5d21b2b25269ccf7e92eb4fa6..fbd3ed0450797b649b48496384daa8cd9c943375 100644
--- a/src/app/Views/podcast/index.php
+++ b/src/app/Views/podcast/index.php
@@ -1,4 +1,4 @@
-<?=$this->extend('layouts\default')?>
+<?=$this->extend('layouts/default')?>
 
 <?=$this->section('content')?>
     <h1 class="text-xl">Podcast Page!</h1>