@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')); $is_admin = is_admin(); $can_list = $can_insert || $can_update || $can_delete || $is_admin; @endphp
| No | Nama | Profesi | Detail | Status | {!! $can_delete || $can_update ? 'Aksi | ' : '' !!}
|---|