@extends('layouts/full') @include('widgets/mediaplayer') @section('title') @if ($podcast) Fragment gemist @else Fragment {{$title}} niet gevonden @endif @endsection @section('page_class') post_container breadcrumb_no_border @endsection @section('breadcrumb') @endsection @push('scripts') @endpush @section('content') @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 @endsection