From 52f38b4c0092714bde1fb171b18b2847e0c39d95 Mon Sep 17 00:00:00 2001 From: NH Gooi Date: Sat, 22 Jun 2024 22:58:22 +0200 Subject: [PATCH] Inline podcastplayer toegevoegd --- .../views/widgets/podcastplayer.blade.php | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 resources/views/widgets/podcastplayer.blade.php 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 +