@extends('layouts.app') @section('title', 'Edit ISP Site') @section('page-title', 'Edit ISP Site') @push('styles') @endpush @section('content')

Edit ISP Site

Back to List
Site Information
@csrf @method('PUT')
@error('site_name')
{{ $message }}
@enderror
@error('site_type')
{{ $message }}
@enderror
@error('address')
{{ $message }}
@enderror
Click on the map or drag the marker to update the site location. The coordinates will be automatically updated.

Loading map...

Selected Coordinates: @if($ispSite->latitude && $ispSite->longitude) {{ number_format($ispSite->latitude, 6) }}, {{ number_format($ispSite->longitude, 6) }} @else Not selected @endif
Auto-filled from map selection @error('latitude')
{{ $message }}
@enderror
Auto-filled from map selection @error('longitude')
{{ $message }}
@enderror
Cancel
@endsection @push('scripts') @endpush