resolved conflicts

This commit is contained in:
2025-03-31 03:46:05 +03:00
6454 changed files with 1520539 additions and 9 deletions
@@ -0,0 +1,9 @@
<div class="panel panel-default">
<div class="panel-body">
<a href="/investigations/create" class="btn btn-default ti-plus"> {{ __('investigations.new_investigation') }}</a>
<a href="/investigations/" class="btn btn-default ti-pencil"> {{ __('investigations.active_investigations') }}</a>
<a href="/investigations/edit/all" class="btn btn-default ti-pencil"> {{ __('investigations.bulk_edit') }}</a>
<a href="/investigations/edit/hmis-options" class="btn btn-default ti-pencil"> {{ __('investigations.edit_hmis_options') }}</a>
<a href="/investigations/inactive" class="btn btn-default ti-pencil"> {{ __('investigations.inactive_investigations') }}</a>
</div>
</div>