@extends('layouts.admin.master') @section('content') @php $can_insert = auth_can(h_prefix('insert')); $can_edit = auth_can(h_prefix('edit')); $can_update = auth_can(h_prefix('update')); $can_delete = auth_can(h_prefix('delete')); $trigger_events = ['enter', 'exit', 'both', 'inside']; @endphp
Data {{ $page_attr['title'] }}
@if ($can_insert)
Tambah Geofence Peta Geofence
@endif

@if ($can_delete || $can_update) @endif
No Nama Geofence Trigger Event Status Kecamatan Kelurahan Lingkungan Dibuat OlehAksi
@endsection @section('stylesheet') @endsection @section('javascript') @endsection