@extends('layouts.master', ['title' => __('app.visitor')]) @push('meta') @endpush @push("styles") @endpush @section('content')
@role(['super_admin', 'user_admin', 'office_admin', 'admin_contractor'])
Add Visitor @include('components.button.button-export', [ 'id' => 'export_gatein_visitor', 'title' => __('app.export_visitor'), ])
@endrole
{{--
@lang('app.on_duty_approval')
0
@lang('app.need_approval')
0
@lang('app.approved')
0
@lang('app.decline')
--}}
{{-- --}}
@lang('app.location')
@lang('app.name') @include('components.icons.cevron-up-small', ['field' => 'name']) @include('components.icons.cevron-down-small', ['field' => 'name'])
Admin Contractor @include('components.icons.cevron-up-small', ['field' => 'created_by']) @include('components.icons.cevron-down-small', ['field' => 'created_by'])
@lang('app.company') @include('components.icons.cevron-up-small', ['field' => 'company']) @include('components.icons.cevron-down-small', ['field' => 'company'])
@lang('app.purpose')
Start Visit @include('components.icons.cevron-up-small', [ 'field' => 'start_duty', ]) @include('components.icons.cevron-down-small', [ 'field' => 'start_duty', ])
End Visit @include('components.icons.cevron-up-small', [ 'field' => 'end_duty', ]) @include('components.icons.cevron-down-small', [ 'field' => 'end_duty', ])
MCU Approval Sponsor Approval Assigned Doctor Resend Email
to Sponsor
Download
QR Code
@include('components.modal.visitor.modal-confirmation-resend-email') @endsection @push('scripts') @endpush