@extends('layouts.dashboard') @section('title','Update Saluran Tertutup | Monitoring Kelurahan') @section('dashboard_content')
@csrf @method('patch')
@error('saluran_tertutup_status')
{{$message}}
@enderror
@error('saluran_tertutup_latitude')
{{$message}}
@enderror
@error('saluran_tertutup_longitude')
{{$message}}
@enderror

Choose an image file or drag it here.

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