Merge branch 'main' of ssh://bibgit.com:22022/Bibhuti-Solutions/new_raffles into alika

This commit is contained in:
2025-08-21 10:32:31 +05:45
4 changed files with 24 additions and 7 deletions

View File

@@ -151,7 +151,7 @@
id="{{ $country->id }}">
<label class="text-20 text-ter p-0 m-0"
for="country1">{{ $country->title }}</label>
for="{{ $country->id }}">{{ $country->title }}</label>
</div>
</div>
@endforeach
@@ -167,9 +167,9 @@
<div class="col col-sm-6">
<div class="flex items-center gap-10 px-10 py-12 bg-white rounded-30 tabs">
<input type="radio" name="status_type_id" value="{{ $key }}"
id="status_type_{{ $key }}">
id="{{ $status }}">
<label class="text-20 text-ter p-0 m-0"
for="alone">{{ $status }}</label>
for="{{ $status }}">{{ $status }}</label>
</div>
</div>
@endforeach
@@ -210,10 +210,11 @@
@foreach ($programLevelOptions as $level)
<div class="col col-sm-4">
<div class="flex items-center gap-10 px-10 py-12 bg-white rounded-30 tabs">
<input type="radio" name="" id="" value="">
<label for="program_level_id">
<input type="radio" name="" id="{{ $level }}"
value="">
<label for="{{ $level }}">
<label class="text-20 text-ter p-0 m-0"
for="bachelors">{{ $level }}</label>
for="{{ $level }}">{{ $level }}</label>
</div>
</div>
@endforeach

View File

@@ -27,6 +27,14 @@
</div>
</li>
@endforeach
<a href="{{ route('resources') }}">
<li class="px-20 tab-btn cursor-pointer fade " role="tabpanel" onclick="showTab('tabs_7')">
<div class="text-17 font-bold flex gap-10 items-center">
<img class="w-40" src="assets/images/icons/question.png" alt="">
<h5 class="text-16 p-0 m-0">Free Resources </h5>
</div>
</li>
</a>
</ul>
</div>

View File

@@ -27,6 +27,14 @@
</div>
</li>
@endforeach
<a href="{{ route('resources') }}">
<li class="px-20 tab-btn cursor-pointer fade " role="tabpanel" onclick="showTab('tabs_7')">
<div class="text-17 font-bold flex gap-10 items-center">
<img class="w-40" src="assets/images/icons/question.png" alt="">
<h5 class="text-16 p-0 m-0">Free Resources </h5>
</div>
</li>
</a>
</ul>
</div>