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 Registration</h1>
<!--end::Title-->
<!--begin::Breadcrumb-->
<ul class="breadcrumb breadcrumb-separatorless fw-bold fs-7 pt-1">
<!--begin::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 Registration</li>
<!--end::Item-->
</ul>
<!--end::Breadcrumb-->
</div>
<?php $__env->endSlot(); ?>
<?php $__env->slot('container', null, []); ?>
<!--begin::Content-->
<?php
if (! isset($_instance)) {
$html = \Livewire\Livewire::mount('jobportal.employee-registration-livewire')->html();
} elseif ($_instance->childHasBeenRendered('Zf2KijV')) {
$componentId = $_instance->getRenderedChildComponentId('Zf2KijV');
$componentTag = $_instance->getRenderedChildComponentTagName('Zf2KijV');
$html = \Livewire\Livewire::dummyMount($componentId, $componentTag);
$_instance->preserveRenderedChild('Zf2KijV');
} else {
$response = \Livewire\Livewire::mount('jobportal.employee-registration-livewire');
$html = $response->html();
$_instance->logRenderedChild('Zf2KijV', $response->id(), \Livewire\Livewire::getRootElementTagName($html));
}
echo $html;
?>
<!--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/hr/employee_registration.blade.php ENDPATH**/ ?>