@extends('layouts.dashboard') @section('title', 'Edit Data Tinggi Muka Air | Monitoring Gambut') @section('dashboard_content')
@csrf @method('patch')
@error('tma_latitude')
{{$message}}
@enderror
@error('tma_longitude')
{{$message}}
@enderror
@endsection @section('jsExternalAdd') @include('layouts.editJS') @endsection