Cohorten

@foreach ($opleiding->cohorten as $cohort) @endforeach
Naam Start-datum Eind-datum
{{ $cohort->naam; }} {{ $cohort->datum_start; }} {{ $cohort->datum_eind; }}
@include('cohorten.form', ['action' => 'create']) @include('cohorten.form', ['action' => 'update']) @include('cohorten.delete') @include('cohorten.copy')