D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
hms.dentostock.com
/
storage
/
framework
/
views
/
Filename :
7fb99ed01fb3ad885ee78d130ff3262e.php
back
Copy
<div class="ms-0 ms-md-2" wire:ignore> <div class="dropdown d-flex align-items-center me-4 me-md-5"> <button class="btn btn btn-icon btn-primary text-white dropdown-toggle hide-arrow ps-2 pe-0" type="button" data-bs-auto-close="outside" data-bs-toggle="dropdown" aria-expanded="false" id="investigationFilterBtn"> <i class='fas fa-filter'></i> </button> <div class="dropdown-menu py-0" aria-labelledby="investigationFilterBtn"> <div class="text-start border-bottom py-4 px-7"> <h3 class="text-gray-900 mb-0"><?php echo e(__('messages.common.filter_options')); ?></h3> </div> <div class="p-5"> <div class="mb-5"> <label for="exampleInputSelect2" class="form-label"><?php echo e(__('messages.common.status').':'); ?></label> <?php echo e(Form::select('investigation_head', $filterHeads[0], null,['id' => 'investigationHead', 'data-control' =>'select2', 'class' => 'form-select status-filter'])); ?> </div> <div class="d-flex justify-content-end"> <button type="reset" id="investigationResetFilter" class="btn btn-secondary"><?php echo e(__('messages.common.reset')); ?></button> </div> </div> </div> </div> </div> <?php /**PATH /home/u827283894/domains/w-manage.org/public_html/hms/resources/views/investigation_reports/filter-button.blade.php ENDPATH**/ ?>