@extends('layouts.master', [ 'title' => __('app.personnel_on_duty'), 'icon_back' => true, 'url' => route('dashboard.index'), ]) @push('meta') @endpush @push('styles') @endpush @section('content')
@include('components.dashboard.personnel-on-duty', [ 'show_all' => false, ])
@role(['super_admin', 'admin_contractor'])
@include('components.button.button-export', [ 'id' => 'export_personnel', 'title' => __('app.export_personnel'), ])
@endrole
@lang('app.nomor')
@lang('app.name') @include('components.icons.cevron-up-small', ['field' => 'name']) @include('components.icons.cevron-down-small', ['field' => 'name'])
@lang('app.position') @lang('app.gender') @lang('app.company') @lang('app.location')
@lang('app.start_duty') @include('components.icons.cevron-up-small', [ 'field' => 'start_duty', ]) @include('components.icons.cevron-down-small', [ 'field' => 'start_duty', ])
@lang('app.end_duty') @include('components.icons.cevron-up-small', [ 'field' => 'end_duty', ]) @include('components.icons.cevron-down-small', [ 'field' => 'end_duty', ])
@lang('app.working_days') @lang('app.actions')
@include('components.modal.modal-confirmation-return-worker')
@endsection @push('scripts') @endpush