|
@@ -180,11 +180,8 @@
|
|
<input type="hidden" name="uid" value="{{$note->uid}}">
|
|
<input type="hidden" name="uid" value="{{$note->uid}}">
|
|
<div class="mb-2">
|
|
<div class="mb-2">
|
|
<select name="method" class="form-control form-control-sm" required>
|
|
<select name="method" class="form-control form-control-sm" required>
|
|
- <option value="">-- select --</option>
|
|
|
|
- <option value="VIDEO" {{ $note->method === "VIDEO" ? "selected" : "" }}>Video</option>
|
|
|
|
- @if($note->new_or_fu_or_na !== 'NEW')
|
|
|
|
<option value="AUDIO" {{ $note->method === "AUDIO" ? "selected" : "" }}>Audio</option>
|
|
<option value="AUDIO" {{ $note->method === "AUDIO" ? "selected" : "" }}>Audio</option>
|
|
- @endif
|
|
|
|
|
|
+ <option value="VIDEO" {{ $note->method === "VIDEO" ? "selected" : "" }}>Video</option>
|
|
<option value="IN_CLINIC" {{ $note->method === "IN_CLINIC" ? "selected" : "" }}>In-Clinic</option>
|
|
<option value="IN_CLINIC" {{ $note->method === "IN_CLINIC" ? "selected" : "" }}>In-Clinic</option>
|
|
<option value="HOUSE_CALL" {{ $note->method === "HOUSE_CALL" ? "selected" : "" }}>House Call</option>
|
|
<option value="HOUSE_CALL" {{ $note->method === "HOUSE_CALL" ? "selected" : "" }}>House Call</option>
|
|
</select>
|
|
</select>
|