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

Create ISP Site

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

Loading map...

Selected Coordinates: Not selected
Auto-filled from map selection @error('latitude')
{{ $message }}
@enderror
Auto-filled from map selection @error('longitude')
{{ $message }}
@enderror
Cancel
@endsection @push('scripts') @endpush