diff --git a/src/app/Views/podcast/create.php b/src/app/Views/podcast/create.php index 1ad47a10..597b2162 100644 --- a/src/app/Views/podcast/create.php +++ b/src/app/Views/podcast/create.php @@ -1,5 +1,5 @@ -extend('layouts\default')?> +extend('layouts/default')?> section('content')?> diff --git a/src/app/Views/podcast/index.php b/src/app/Views/podcast/index.php index da54585c..fbd3ed04 100644 --- a/src/app/Views/podcast/index.php +++ b/src/app/Views/podcast/index.php @@ -1,4 +1,4 @@ -extend('layouts\default')?> +extend('layouts/default')?> section('content')?>

Podcast Page!