@include('header')

Report PDUs

Informal Learning

@csrf @method("PUT")
@if($errors->has('organization_group')) {{ $errors->first('organization_group') }} @endif
@if($errors->has('course')) {{ $errors->first('course') }} @endif
@include('footer')