refactor: Update sidebar text to 'Testimonial Videos', remove unused Swiper CSS, and enhance dynamic page title in study destination template
This commit is contained in:
@@ -146,7 +146,7 @@ return [
|
||||
],
|
||||
|
||||
[
|
||||
'text' => 'Gallery',
|
||||
'text' => 'Testimonial Videos',
|
||||
'icon' => ' ri-camera-line',
|
||||
'module' => 'CCMS',
|
||||
'submenu' => [
|
||||
|
@@ -46,7 +46,6 @@
|
||||
|
||||
<!-- for select2 -->
|
||||
<link href="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css" rel="stylesheet" />
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css" rel="stylesheet" />
|
||||
|
||||
@stack('css')
|
||||
|
@@ -8,7 +8,7 @@
|
||||
<div class="w-auto flex">
|
||||
<div class="module-logo flex navbar-brand-plain py-20">
|
||||
<a class="navbar-brand flex p-0 relative w-140" href="{{ url('/') }}" rel="home"><span
|
||||
class="navbar-brand-inner post-rel"><img src="{{ setting('logo') }}"
|
||||
class="navbar-brand-inner post-rel"><img src="{{ asset(setting('logo')) }}"
|
||||
alt="raffle logo" /></span></a>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -62,7 +62,7 @@
|
||||
|
||||
<div class="py-40">
|
||||
<h3 class="text-20 text-brand">
|
||||
Why Study in UK
|
||||
Why Study in {{ $page->title }}
|
||||
</h3>
|
||||
<div class="accordion accordion-title-underlined accordion-sm pt-20"
|
||||
id="accordion-questions" role="tablist" aria-multiselectable="true">
|
||||
|
Reference in New Issue
Block a user