1
Tests & Lint & Deploy to Railway / build (2.6.6, 20.x, 8.3) (pull_request) Successful in 1m44s Details
Tests & Lint & Deploy to Railway / deploy (pull_request) Failing after 2s Details

This commit is contained in:
ROMANGOLIENKO 2024-03-13 15:04:18 +03:00
parent ac72d0d562
commit 5fc547803c
1 changed files with 2 additions and 2 deletions

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>