This commit is contained in:
sayaliparab
2024-06-26 12:49:08 +05:30
parent 678032067f
commit abbd4a0b44

View File

@@ -72,7 +72,7 @@
<div id="dropdown-1"
style="display: none; max-height: 200px; overflow-y: auto;">
@foreach ($state as $states)
<div class="form-check">
<div class="form-check">&nbsp;
<input class="form-check-input" type="checkbox" name="states[]"
value="{{ $states['id'] }}"
id="state-{{ $states['id'] }}" />
@@ -87,8 +87,8 @@
users who are in their respective states</label><br>
<div id="dropdown-2"
style="display: none; max-height: 200px; overflow-y: auto;">
@foreach ($state as $states)
<div class="form-check">
@foreach ($state as $states)
<div class="form-check">&nbsp;
<input class="form-check-input" type="checkbox" name="states[]"
value="{{ $states['id'] }}"
id="state-{{ $states['id'] }}" />