@pushOnce('css') @endPushOnce @forelse ($properties as $key => $data)
{{ ucwords(strtolower($data->locality)) ?? '' }}, {{ ucwords($data->location->name) ?? '' }}
{{ $distance->facility->name ?? 'N/A' }} - {{ $distance->distance }} {{ $distance->distance_unit }}
No properties found.
@endif @endforelse