diff --git a/resources/views/widgets/podcastplayer.blade.php b/resources/views/widgets/podcastplayer.blade.php new file mode 100644 index 00000000..1b31b201 --- /dev/null +++ b/resources/views/widgets/podcastplayer.blade.php @@ -0,0 +1,61 @@ +
+@if($podcast == null) + De podcast kan helaas (op dit moment) niet weergegeven worden. +@else + @include('widgets/mediaplayer') + + @if ($podcast) + url . "?auth=" . $podcast->auth); + $popoutUrl = route('luister.podcast') . $podcast->url . '?auth=' . $podcast->auth; + ?> +
+

{{$podcast->title}}

+
+ + + + + +
+ @if($podcast->image) +
+ +
+ {{$podcast->image->title}} +
+
+ @endif +
{!!$podcast->content!!}
+
+
+ +
+
+ + + + + @endif +@endif +