-
@foreach(session('bulk_results.errors') as $err)
- {{ $err }} @endforeach
{{ $missingImages->count() }} location(s) missing images
These locations have no image. You can edit each one to upload an image, or images are optional.
project_id, place_name, latitude, longitude
Download template
All Locations {{ $locations->count() }}
| # | Name | Project | Image | Latitude | Longitude | Actions |
|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $location->name }} | {{ $location->projects->project_name ?? '—' }} |
@if($location->location_image)
|
{{ $location->latitude }} | {{ $location->longitude }} | |
| No locations added yet. | ||||||