@csrf
@foreach ($locations as $location) @endforeach
@adminCan('property.nearest.location.upload') @endadminCan

{{ __('Nearest Location') }}

@forelse ($nearest_locations as $item) @empty @endforelse
{{ __('SN') }} {{ __('Location') }} {{ __('Distance') }} {{ __('Action') }}
{{ $loop->index + 1 }} {{ $item->nearestLocation->title }} {{ $item->distance }} @adminCan('property.nearest.location.delete')
@endadminCan