modified assests
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user