@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_history = auth_can(h_prefix('history')); @endphp
| No | Nama Petugas | NIK | Jabatan | Nomor Identitas | Total Tugas | Status | {!! $can_delete || $can_update || $can_history ? 'Aksi | ' : '' !!}
|---|