{!! $note->note !!}
@foreach($note->media as $media)
@if($media->type === 'image')
image_widths !== null) srcset="{{ $media->url }} {{ $media->image_widths }}w, {{ $media->mediumurl }} 1000w, {{ $media->smallurl }} 500w" sizes="80vh"@endif>
@endif
@if($media->type === 'audio')