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

This commit is contained in:
2025-08-20 13:11:50 +05:45
3 changed files with 7 additions and 7 deletions

View File

@@ -67,7 +67,7 @@
@foreach ($tests as $test)
<a href="{{ route('test.single', $test->slug) }}"
class="service-item">
<div class="service-icon indigo-bg">
<div class="service-icon ">
<img src="{{ asset($test->image) }}"
alt="">
</div>
@@ -91,8 +91,7 @@
<a href="{{ route('service.single', $service->slug) }}"
class="service-item">
<div class="service-icon cyan-bg">
<img src="{{ asset($service->image) }}"
alt="">
<i class="{{ $service->icon_class }}"></i>
</div>
<div class="service-content">
<div class="service-name">{{ $service->title }}