diff --git a/Modules/CCMS/resources/views/components/custom-form-field.blade.php b/Modules/CCMS/resources/views/components/custom-form-field.blade.php index 011abf6..8cca247 100644 --- a/Modules/CCMS/resources/views/components/custom-form-field.blade.php +++ b/Modules/CCMS/resources/views/components/custom-form-field.blade.php @@ -5,7 +5,7 @@
- Custom Fields + FAQ's Section
@@ -13,31 +13,28 @@
@for ($i = 0; $i < $loopCount; $i++)
-
- @if ($i == 0) - {{ html()->label('Icon')->class('form-label')->for('icon[]') }} - @endif - {{ html()->text('icon[]')->value($data[$i]['icon'] ?? old('icon[]'))->class('form-control')->placeholder('Icon class') }} +
+ {{-- @if ($i == 0) + {{ html()->label('Questions')->class('form-label')->for('icon[]') }} + @endif --}} + {{ html()->text('icon[]')->value($data[$i]['icon'] ?? old('icon[]'))->class('form-control')->placeholder('Enter Question') }}
-
- @if ($i == 0) - {{ html()->label('Title')->class('form-label')->for('key[]') }} - @endif - {{ html()->text('key[]')->value($data[$i]['key'] ?? old('key[]'))->class('form-control')->placeholder('Enter Title') }} +
+ {{-- @if ($i == 0) + {{ html()->label('Answer')->class('form-label')->for('key[]') }} + @endif --}} + {{ html()->text('key[]')->value($data[$i]['key'] ?? old('key[]'))->class('form-control')->placeholder('Enter Answer') }}
-
- @if ($i == 0) + {{--
+ @if ($i == 0) {{ html()->label('Content')->class('form-label')->for('value[]') }} @endif {{ html()->textarea('value[]')->value($data[$i]['value'] ?? old('value[]'))->class('form-control')->placeholder('Enter Content')->rows(1) }} -
+
--}} -
- @if ($i == 0) - - @endif + + +
+
+
@endfor
diff --git a/config/sidebar.php b/config/sidebar.php index f78fb9b..7f6bf0c 100644 --- a/config/sidebar.php +++ b/config/sidebar.php @@ -146,7 +146,7 @@ return [ ], [ - 'text' => 'Gallery', + 'text' => 'Testimonial Videos', 'icon' => ' ri-camera-line', 'module' => 'CCMS', 'submenu' => [ diff --git a/resources/views/client/raffles/layouts/app.blade.php b/resources/views/client/raffles/layouts/app.blade.php index ca1637e..031acce 100644 --- a/resources/views/client/raffles/layouts/app.blade.php +++ b/resources/views/client/raffles/layouts/app.blade.php @@ -46,7 +46,6 @@ - @stack('css') @@ -605,6 +604,7 @@ }); +======= + document.addEventListener('DOMContentLoaded', function() { + const tabs = document.querySelectorAll('.accordion-content'); +>>>>>>> 54c1fc467930bf558438abd67adc3594eeb8d2fa + tabs.forEach(tab => { + tab.addEventListener('click', function() { + tabs.forEach(t => t.classList.remove('highlight-tab')); + this.classList.add('highlight-tab'); + }); + }); + }); +
diff --git a/resources/views/client/raffles/layouts/partials/header.blade.php b/resources/views/client/raffles/layouts/partials/header.blade.php index f926463..0d7ef73 100644 --- a/resources/views/client/raffles/layouts/partials/header.blade.php +++ b/resources/views/client/raffles/layouts/partials/header.blade.php @@ -8,7 +8,7 @@
@@ -49,7 +49,8 @@ alt="">
-
{{ $country->title }} +
Study in + {{ $country->title }}
{{ $country->short_description }}
diff --git a/resources/views/client/raffles/pages/study-destination-template.blade.php b/resources/views/client/raffles/pages/study-destination-template.blade.php index 800f05a..8acb6ac 100644 --- a/resources/views/client/raffles/pages/study-destination-template.blade.php +++ b/resources/views/client/raffles/pages/study-destination-template.blade.php @@ -63,7 +63,7 @@

- Why Study in UK + Why Study in {{ $page->title }}

diff --git a/resources/views/client/raffles/pages/test-single-template.blade.php b/resources/views/client/raffles/pages/test-single-template.blade.php index 9ef6ca2..e14fbbf 100644 --- a/resources/views/client/raffles/pages/test-single-template.blade.php +++ b/resources/views/client/raffles/pages/test-single-template.blade.php @@ -1,10 +1,9 @@ @extends('client.raffles.layouts.app') @section('content') - @php - $firstAcc = $page->children[0]; - @endphp + +
- study uk + study uk
@@ -12,7 +11,8 @@

{{ $page->title }}

- @if ($page->children->count() > 0) + + @if ($page->children)
@@ -45,7 +45,7 @@
+ src="{{ asset($child->image) }}" alt="">

- Why {{ $page->title }}? + {{ $page->title }} FAQ's

@@ -163,5 +163,6 @@
@endif + @include('client.raffles.pages.call-request') @endsection diff --git a/resources/views/client/raffles/parts/get-in-touch.blade.php b/resources/views/client/raffles/parts/get-in-touch.blade.php index f348464..2794e45 100644 --- a/resources/views/client/raffles/parts/get-in-touch.blade.php +++ b/resources/views/client/raffles/parts/get-in-touch.blade.php @@ -24,32 +24,33 @@ class="w-full p-30 ml-5 bg-white rounded-10 module-title flex flex-col h-full relative bg-size bg-no-repeat bg-center-right transition-all mr-50 sm:mr-0">
-

+

Get in touch

-
Book your FREE +
Book your FREE consultation with Certified Counsellors
@csrf - - - +
+ + +
- -
- - @@ -60,25 +61,7 @@ Send Message
-
-
- - -
-
- -
-

E-MAIL

- {{ setting('email') }} -
-
- -
+
@@ -95,6 +78,10 @@
+
+
+
+