-
@foreach($daySights as $sight)
@php
$imagePaths = is_array($sight->image_path)
? $sight->image_path
: json_decode($sight->image_path ?? '[]', true);
$firstImage = is_array($imagePaths) ? ($imagePaths[0] ?? null) : null;
@endphp
-
{{ $sight->location }}: {{ $sight->description }}
@if($firstImage)
@endif
@endforeach
}})
}})
}})
}})