refactor: Update 'Counsellor' text to 'Counsellor Request' in sidebar and clean up action links in counselor datatable
This commit is contained in:
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user