@once @push('styles') @endpush @endonce @if ($attachmentLinks !== [])
@foreach ($attachmentLinks as $index => $link) @php $basename = preg_replace('/^.*[\\\\\\/]/', '', $link['name']); $initial = strtoupper(mb_substr($basename, 0, 1) ?: '?'); $isImage = (bool) preg_match('/\.(jpe?g|png|gif|webp|bmp|svg)$/i', $basename); @endphp
@if ($isImage) {{ $link['name'] }} @else {{ $initial }} @endif
@endforeach
@endif