@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_toggle = auth_can(h_prefix('toggle-visibility')); @endphp
Manajemen Layer
@if ($can_insert)
Tambah Layer
@endif

{!! $can_delete || $can_update ? '' : '' !!}
No Nama Slug Jenis Sumber Parent Base Layer Status RefreshAksi
@endsection @section('stylesheet') @endsection @section('javascript') @endsection