@extends('layouts.master', ['title' => __('app.gate_in') . ' - ' . __('app.worker')]) @push('meta') @endpush @push('styles') @endpush @push("styles") @endpush @section('content')
@hasrole(['super_admin','user_admin', 'admin_contractor'])
@lang('app.gate_check_in') @include('components.button.button-export', [ 'id' => 'export_gatein_employee', 'title' => __('app.export_worker'), ])
@endhasrole
{{--
@lang('app.on_duty_approval')
0
@lang('app.need_approval')
0
@lang('app.approved')
0
@lang('app.decline')
--}} {{--
@lang('app.on_duty_approval')
@lang('app.need_approval')
0
@lang('app.approved')
0
@lang('app.decline')
0
--}}
@role(['super_admin', 'admin_contractor', 'doctor', 'contract_user']) @endrole
Location
@lang('app.name') @include('components.icons.cevron-up-small', ['field' => 'name']) @include('components.icons.cevron-down-small', ['field' => 'name'])
@lang('app.position') @lang('app.company')
Start Duty @include('components.icons.cevron-up-small', [ 'field' => 'start_duty', ]) @include('components.icons.cevron-down-small', [ 'field' => 'start_duty', ])
End Duty @include('components.icons.cevron-up-small', [ 'field' => 'end_duty', ]) @include('components.icons.cevron-down-small', [ 'field' => 'end_duty', ])
@lang('app.status')Download
QR Code
@endsection @push('scripts') @endpush