CasperSecurity
<div class="aside-toolbar py-5" id="kt_aside_toolbar">
<!--begin::Aside select-->
<div class="d-flex align-items-center flex-stack">
<!--begin::Select-->
<select class="form-select form-select-custom border-0 fw-bolder" wire:model="organisation_unit" >
<option value="" disabled>Select Organisation Unit</option>
<?php $__currentLoopData = $orgunits; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $unit): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<option value="<?php echo e($unit->id); ?>"><?php echo e($unit->unit_name); ?></option>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</select>
<!--end::Select-->
</div>
<!--end::Aside select-->
</div>
<?php /**PATH /var/www/hrms.uiet.co.in/resources/views/livewire/aside/organisation-unit-livewire.blade.php ENDPATH**/ ?>