@assets @endassets Where is your shop? Search your address or drag the pin to the exact spot. @if ($latitude && $longitude) Pinned at {{ round($latitude, 6) }}, {{ round($longitude, 6) }} @endif @error('latitude') Drop a pin on the map to set your location. @enderror Select a locality @foreach ($localities as $locality) {{ $locality->name }} @endforeach {{ $editing ? 'Save changes' : 'Continue' }} Saving... @if ($editing) Saved. @endif @script @endscript
Search your address or drag the pin to the exact spot.
Pinned at {{ round($latitude, 6) }}, {{ round($longitude, 6) }}
Drop a pin on the map to set your location.
Saved.