@extends('layouts.admin.master') @section('content') @php $can_insert = auth_can(h_prefix('insert')); $can_update = auth_can(h_prefix('update')); $can_delete = auth_can(h_prefix('delete')); $can_export = auth_can(h_prefix('export')); @endphp
Data {{ $page_attr['title'] }}
@if ($can_insert) Tambah @endif @if ($can_export) @endif

{!! $can_delete || $can_update || $can_export ? '' : '' !!}
No Nama Heatmap Layer Jumlah Titik Radius / Blur Dibuat Oleh Tanggal DibuatAksi
@endsection @section('stylesheet') @endsection @section('javascript') @endsection