@extends('layouts.master', ['title' => __('app.data_worker')]) @inject('accessService', 'App\Services\AccessService') @section('content')
@if($accessService->workerCanCreate(Auth::user())) @lang('app.create_worker')    @endif @if($accessService->workerCanExport(Auth::user())) @lang('app.export_worker') @endif
{{-- --}}
@role(['admin_contractor', 'contract_user', 'dokter']) @endrole @role(['super_admin','user_admin', 'admin_contractor', 'dokter', 'contract_user']) @endrole
Submit Date @include('components.icons.cevron-up-small', ['field' => 'created_at']) @include('components.icons.cevron-down-small', ['field' => 'created_at'])
@lang('app.name') @include('components.icons.cevron-up-small', ['field' => 'name']) @include('components.icons.cevron-down-small', ['field' => 'name'])
@lang('app.role') @include('components.icons.cevron-up-small', ['field' => 'role_employee']) @include('components.icons.cevron-down-small', ['field' => 'role_employee'])
@lang('app.company') @include('components.icons.cevron-up-small', ['field' => 'company']) @include('components.icons.cevron-down-small', ['field' => 'company'])
Status Data @include('components.icons.cevron-up-small', ['field' => 'status_data']) @include('components.icons.cevron-down-small', ['field' => 'status_data'])
Status MCU @include('components.icons.cevron-up-small', ['field' => 'status_mcu']) @include('components.icons.cevron-down-small', ['field' => 'status_mcu'])
Status Competency @include('components.icons.cevron-up-small', ['field' => 'status_competency']) @include('components.icons.cevron-down-small', ['field' => 'status_competency'])
Status Worker @include('components.icons.cevron-up-small', ['field' => 'status_worker']) @include('components.icons.cevron-down-small', ['field' => 'status_worker'])
Assigned Doctor
@lang('app.opsi')
{{-- --}}
@include('components.modal.modal-alert-delete')
@endsection @push('scripts') @endpush