@extends('layouts/full') @section('title') Fragment gemist @endsection @section('content')
@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