@extends('layouts/full') @section('title') Radioprogrammering @endsection @section('content') @parent
@include('partial/radioscheduleweek', ['schedule' => $schedule])
@endsection