@extends('layouts/full') @section('title') Fragment gemist @endsection @section('page_class') post_container breadcrumb_no_border @endsection @section('breadcrumb') @endsection @section('content')
@if(isset($program))

{{$program->name}}

{!!$program->description!!}
@endif @if($podcasts)
@include('partial/podcastdirectitems', ['podcasts' => array_slice($podcasts, 0, 2)])
@else

Er zijn geen fragmenten beschikbaar.

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