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

@@ -85,7 +85,7 @@
<div class="container"> <div class="container">
<div class="flex justify-center items-center"> <div class="flex justify-center items-center">
<img src="{{ setting('other_image') }}" alt=""> <img src="{{ asset(setting('other_image')) }}" alt="">
</div> </div>

View File

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

View File

@@ -27,6 +27,14 @@
</div> </div>
</li> </li>
@endforeach @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> </ul>
</div> </div>

View File

@@ -27,6 +27,14 @@
</div> </div>
</li> </li>
@endforeach @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> </ul>
</div> </div>