@extends('layouts.master', [ 'title' => __('app.data_history') . ' - ' . $employee->name, 'icon_back' => true, 'url' => route('employee.detail', ['id' => encrypt($employee->id)]), ]) @section('content')
@lang('app.nomor') @lang('app.gate') @lang('app.position') @lang('app.company')
@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.status')
@lang('app.nomor') @lang('app.mcu_verification_number') @lang('app.mcu_result') @lang('app.mcu_validation') @lang('app.mcu_document')
@endsection @push('scripts') @endpush