|
@@ -23,7 +23,7 @@
|
|
|
</div>
|
|
|
<div class="mb-2">
|
|
|
<label for="" class="text-sm text-secondary mb-1">Category *</label>
|
|
|
- <select name="category" class="form-control form-control-sm">
|
|
|
+ <select required name="category" class="form-control form-control-sm">
|
|
|
<option value="">-- select --</option>
|
|
|
<option value="Advanced Directive">Advanced Directive</option>
|
|
|
<option value="Advanced Directive Waiver">Advanced Directive Waiver</option>
|
|
@@ -181,7 +181,7 @@
|
|
|
</div>
|
|
|
<div class="mb-2">
|
|
|
<label for="" class="text-sm text-secondary mb-1">Category *</label>
|
|
|
- <select name="category" class="form-control form-control-sm">
|
|
|
+ <select required name="category" class="form-control form-control-sm">
|
|
|
<option value="">-- select --</option>
|
|
|
<option {{ $document->category === 'Advanced Directive' ? 'selected' : '' }} value="Advanced Directive">Advanced Directive</option>
|
|
|
<option {{ $document->category === 'Advanced Directive Waiver' ? 'selected' : '' }} value="Advanced Directive Waiver">Advanced Directive Waiver</option>
|