@extends('layouts/sidebar') @section('title') Fragment gemist @endsection @section('content') @parent @if(isset($program))

{{$program->name}}

{!! $program->description !!}

@endif @if($podcasts)
@include('partial.podcastdirectitems', ['podcasts' => $podcasts])
@push('scripts') @endpush @else

Er zijn geen fragmenten beschikbaar.

@endif @endsection @push('styles') @endpush