Service global footprint

@foreach($global_footprint as $country_code => $locations) @foreach($locations as $key =>$location) @endforeach @endforeach
Country Code Location Longitude Latitude
{{ $country_code }} {{ $key }} {{ $location['latitude'] }} {{ $location['longitude'] }} delete edit