@extends('layouts.authorized') @inject('constant', '\App\Util\Constant') @section('title', 'Daftar Karyawan') @section('headerCustom') @php $title = 'Daftar Karyawan'; @endphp @endsection @section('cssCustom') @if (checkUserPermission(App\Util\AclConstant::VIEW_MASKED_DATA)) @endif @endsection @section('content')