@php
$photos = is_array($photos ?? null) ? $photos : [];
$primary = $photos[0] ?? null;
@endphp
{{ $assigned ?? 'Contatore' }}
Riga #{{ (int) ($record->id ?? 0) }}
@if(! empty($record->periodo_dal) || ! empty($record->periodo_al))
ยท Periodo {{ optional($record->periodo_dal)->format('d/m/Y') ?: 'โ' }} โ {{ optional($record->periodo_al)->format('d/m/Y') ?: 'โ' }}
@endif
@if(is_string($mapUrl ?? null) && $mapUrl !== '')
Apri mappa
@endif
@if($primary)
@endif
@if(count($photos) > 1)
@endif
@if($photos === [])
Nessuna foto disponibile per questa lettura.
@endif