CasperSecurity
<?php if (isset($component)) { $__componentOriginal8e2ce59650f81721f93fef32250174d77c3531da = $component; } ?>
<?php $component = $__env->getContainer()->make(App\View\Components\AppLayout::class, []); ?>
<?php $component->withName('app-layout'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php $component->withAttributes([]); ?>
<?php $__env->slot('header', null, []); ?>
<div class="page-title d-flex flex-column me-5">
<!--begin::Title-->
<h1 class="d-flex flex-column text-dark fw-bolder fs-2 mb-0">Employee Profile</h1>
<!--end::Title-->
<!--begin::Breadcrumb-->
<ul class="breadcrumb breadcrumb-separatorless fw-bold fs-7 pt-1">
<!--begin::Item-->
<!--end::Item-->
<!--begin::Item-->
<li class="breadcrumb-item text-muted">
<a href="/dashboard" class="text-muted text-hover-primary">Dashboard</a>
</li>
<!--end::Item-->
<!--begin::Item-->
<li class="breadcrumb-item">
<span class="bullet bg-gray-300 w-5px h-2px"></span>
</li>
<!--end::Item-->
<!--begin::Item-->
<li class="breadcrumb-item text-dark">Employee Profile</li>
<!--end::Item-->
</ul>
<!--end::Breadcrumb-->
</div>
<?php $__env->endSlot(); ?>
<?php $__env->slot('container', null, []); ?>
<!--begin::Content-->
<?php if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('ess-read')): ?>
<?php
if (! isset($_instance)) {
$html = \Livewire\Livewire::mount('ess.employee-profile-livewire')->html();
} elseif ($_instance->childHasBeenRendered('DUf7vMa')) {
$componentId = $_instance->getRenderedChildComponentId('DUf7vMa');
$componentTag = $_instance->getRenderedChildComponentTagName('DUf7vMa');
$html = \Livewire\Livewire::dummyMount($componentId, $componentTag);
$_instance->preserveRenderedChild('DUf7vMa');
} else {
$response = \Livewire\Livewire::mount('ess.employee-profile-livewire');
$html = $response->html();
$_instance->logRenderedChild('DUf7vMa', $response->id(), \Livewire\Livewire::getRootElementTagName($html));
}
echo $html;
?>
<?php else: ?>
<div class="content d-flex flex-column flex-column-fluid" id="kt_content">
<!--begin::Container-->
<div id="kt_content_container" class="container-fluid">
<div class="card card-flush text-center py-20" style="box-shadow: 0px 3px 3px #000; height: 300px;">
<h4 class="fs-4"><span class="text-danger fs-2hx">UNAUTHORIZED ACCESS</span> <br/>Please contact your administrator.</h4>
</div>
</div>
</div>
<?php endif; ?>
<!--end::Content-->
<?php $__env->endSlot(); ?>
<?php $__env->slot('externaljs', null, []); ?>
<?php $__env->endSlot(); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginal8e2ce59650f81721f93fef32250174d77c3531da)): ?>
<?php $component = $__componentOriginal8e2ce59650f81721f93fef32250174d77c3531da; ?>
<?php unset($__componentOriginal8e2ce59650f81721f93fef32250174d77c3531da); ?>
<?php endif; ?>
<?php /**PATH /var/www/hrms.uiet.co.in/resources/views/ess/employeeprofile.blade.php ENDPATH**/ ?>