@once
@endonce
@foreach (($breakpoints ?? []) as $breakpoint)
@foreach($breakpoint->sources() ?? [] as $source)
@php
$srcSet = $source->getSrcset();
@endphp
@if($srcSet !== null)
getMimeType()) type="{{ $type }}" @endif
@if($media = $source->getMediaString()) media="{{ $media }}" @endif
srcset="{{ $srcSet }}"
@if($includePlaceholder ?? false) sizes="1px" @endif
>
@endif
@endforeach
@endforeach