From cb5c00e510dc6309cfdb7fa7bc30f48ce866ffa2 Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Mon, 5 Apr 2021 21:29:03 +0800 Subject: [PATCH] Update coordinate from pointing on the map --- .../views/users/partials/edit_death.blade.php | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/resources/views/users/partials/edit_death.blade.php b/resources/views/users/partials/edit_death.blade.php index fff0c56..dca9ecc 100644 --- a/resources/views/users/partials/edit_death.blade.php +++ b/resources/views/users/partials/edit_death.blade.php @@ -12,3 +12,51 @@
{!! FormField::text('cemetery_location_longitude', ['label' => __('address.longitude'), 'value' => old('cemetery_location_longitude', $user->getMetadata('cemetery_location_longitude'))]) !!}
+
+ +@section('ext_css') + + + +@endsection + +@section('script') + + +@endsection