@extends('layouts.master', [ 'title' => __('app.over_days'), 'icon_back' => true, 'url' => route('dashboard.index'), ]) @push('styles') @endpush @section('content')
@include('components.dashboard.widget-over-days', [ 'show_all' => false, ])

@lang('app.activity_movement')

@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.username') @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.over_days')
@endsection @push('scripts') @endpush