modified assests

This commit is contained in:
2026-06-15 11:25:16 +07:00
parent 3f115866d9
commit e96d58dcb4
1218 changed files with 1162 additions and 339502 deletions

View File

@@ -39,7 +39,7 @@
}
.container-box {
background: #37ff761c;
background: #ffffffa1;
border-radius: 15px;
overflow: hidden;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.24);
@@ -160,10 +160,10 @@
<i class="mdi mdi-hospital-building position-absolute" style="top:10px; left:15px;"></i>
</div>
<div class="form-group" style="flex: 1 !important;">
<select class="form-control select2 form-control-lg text-dark" name="lab_id" style=" width: 100% !important;">
<select class="form-control select2 form-control-lg text-dark" name="organization_id" style=" width: 100% !important;">
<option></option>
@foreach($labs as $lab)
<option value="{{$lab->id}}">{{ $lab->name}}</option>
@foreach($organizations as $organization)
<option value="{{$organization->id}}">{{ $organization->name}}</option>
@endforeach
</select>
</div>