prodV1 #2

Open
RomanGolienko wants to merge 309 commits from prodV1 into main
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 1aded8007b - Show all commits

View File

@ -424,10 +424,10 @@
<span class="checkmark"></span> <span class="checkmark"></span>
</label> </label>
@endif @endif
@endforeach @endforeac1
<hr class="col-5"> <hr class="col-5">
@foreach($subjects as $id => $name) @foreach($subjects as $id => $name)
@if($name !== "Русский язык" && $name !== "математика" ) @if($name !== "Русский язык" && $name !== "Математика" )
<label class="checkbox1"> {{$name }} <label class="checkbox1"> {{$name }}
<input class="checkbox_input_clear" type="checkbox" value="{{ $id }}"> <input class="checkbox_input_clear" type="checkbox" value="{{ $id }}">
<span class="checkmark"></span> <span class="checkmark"></span>