@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')); @endphp
Data {{ $page_attr['title'] }}
@if ($can_insert)
Tambah Marker
@endif

{!! $can_delete || $can_edit || $can_update ? '' : '' !!}
No Nama Latitude Longitude Kategori Layer Status DibuatAksi
@endsection @section('stylesheet') @endsection @section('javascript') @endsection