@if($notes_events->total())
@foreach($notes_events as $eventNote)
{!! $eventNote->notes !!}
@endforeach
@else
No event notes found!
@endif
@if($notes_contents->total())
@foreach($notes_contents as $contentNote)
{!! $contentNote->notes !!}
@endforeach
@else
No on demand notes found!
@endif