Merge pull request '1' (#28) from RomanGolienko/Roman_applicant-site:new-design into main
Tests & Lint & Deploy to Railway / deploy (push) Blocked by required conditions Details
Tests & Lint & Deploy to Railway / build (2.6.6, 20.x, 8.3) (push) Has been cancelled Details

Reviewed-on: http://172.17.254.104/aslan/applicant-site/pulls/28
This commit is contained in:
aslan 2024-03-13 15:05:01 +03:00
commit 1aded8007b
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>