@extends('layouts.dashboard') @section('title','Update Aspal | Monitoring Kelurahan') @section('dashboard_content')
@csrf @method('patch')
@error('aspal_status')
{{$message}}
@enderror
@error('aspal_latitude')
{{$message}}
@enderror
@error('aspal_longitude')
{{$message}}
@enderror

Choose an image file or drag it here.

@error('aspal_foto')
{{$message}}
@enderror
@endsection @section('jsExternalAdd') @include('layouts.mapsJS.aspalJS') @endsection