Merge branch 'main' of ssh://bibgit.com:22022/Bibhuti-Solutions/new_raffles into alika
This commit is contained in:
@@ -189,6 +189,14 @@ return [
|
||||
'can' => ['enquiry.index'],
|
||||
],
|
||||
|
||||
[
|
||||
'text' => 'Counsellor',
|
||||
'url' => 'admin/counselor',
|
||||
'icon' => ' ri-cellphone-line',
|
||||
'module' => 'CCMS',
|
||||
'can' => ['counselor.index'],
|
||||
],
|
||||
|
||||
[
|
||||
'text' => 'Course Finder',
|
||||
'icon' => 'ri-book-2-line',
|
||||
|
@@ -68,7 +68,8 @@
|
||||
<a href="{{ route('test.single', $test->slug) }}"
|
||||
class="service-item">
|
||||
<div class="service-icon indigo-bg">
|
||||
<i class="fa-solid fa-book-open"></i>
|
||||
<img src="{{ asset($test->image) }}"
|
||||
alt="">
|
||||
</div>
|
||||
<div class="service-content">
|
||||
<div class="service-name">Prepare
|
||||
@@ -90,7 +91,8 @@
|
||||
<a href="{{ route('service.single', $service->slug) }}"
|
||||
class="service-item">
|
||||
<div class="service-icon cyan-bg">
|
||||
<i class="fa-solid fa-users"></i>
|
||||
<img src="{{ asset($service->image) }}"
|
||||
alt="">
|
||||
</div>
|
||||
<div class="service-content">
|
||||
<div class="service-name">{{ $service->title }}
|
||||
@@ -120,10 +122,9 @@
|
||||
|
||||
<li>
|
||||
<div
|
||||
class="btn btn-solid cursor-pointer text-14 font-bold rounded-30 leading-30 bg-yellow text-black module-btn-sm px-20 py-5">
|
||||
<span class="btn-txt" id="get-in-touch">Book a Counsellor</span>
|
||||
class="open-intouch btn btn-solid cursor-pointer text-14 font-bold rounded-30 leading-30 bg-yellow text-black module-btn-sm px-20 py-5">
|
||||
<span class="btn-txt" id="">Book a Counsellor</span>
|
||||
</div>
|
||||
|
||||
@include('client.raffles.parts.get-in-touch')
|
||||
|
||||
</li>
|
||||
@@ -189,8 +190,8 @@
|
||||
<span class="bar inline-block"></span>
|
||||
<span class="bar inline-block"></span></span></span>
|
||||
</button>
|
||||
<a class="navbar-brand flex relative py-20 w-100" href="index.php"><span
|
||||
class="navbar-brand-inner -mr-20"><img width="100" src="assets/images/logo/logo.png"
|
||||
<a class="navbar-brand flex relative py-20 w-100" href="{{ url('/') }}"><span
|
||||
class="navbar-brand-inner -mr-20"><img width="100" src="{{ setting('logo') }}"
|
||||
alt="raffle logo" /></span></a>
|
||||
</div>
|
||||
<div class="lqd-mobile-sec-nav w-full absolute z-10">
|
||||
@@ -199,7 +200,7 @@
|
||||
<ul id="mobile-primary-nav" class="reset-ul lqd-mobile-main-nav main-nav nav"
|
||||
data-localscroll="true"
|
||||
data-localscroll-options='{"itemsSelector":"> li > a", "trackWindowScroll": true, "includeParentAsOffset": true}'>
|
||||
<li><a href="about.php">About </a></li>
|
||||
<li><a href="/about-us">About </a></li>
|
||||
<li class="accordion " id="accordion-questions" role="tablist" aria-multiselectable="true">
|
||||
<div class="accordion-item panel ">
|
||||
<div class="accordion-heading" role="tab" id="service-menu-1">
|
||||
@@ -216,40 +217,32 @@
|
||||
<div id="collapse-service-menu-1" class="accordion-collapse collapse menu-dropdown"
|
||||
data-bs-parent="#menu-dropdown" role="tabpanel" aria-labelledby="service-menu-1">
|
||||
<ul>
|
||||
<li><a class="hover:text-brand"
|
||||
href=" x ">Study
|
||||
in UK</a></li>
|
||||
<li><a class="hover:text-brand" href="study-usa.php">Study in USA</a></li>
|
||||
<li><a class="hover:text-brand" class="hover:text-brand"
|
||||
href="study-canada.php">Study in Canada</a></li>
|
||||
<li><a class="hover:text-brand" href="study-denmark.php">Study in Denmark</a>
|
||||
</li>
|
||||
<li><a class="hover:text-brand" href="study-australia.php">Study in Australia</a>
|
||||
</li>
|
||||
<li><a class="hover:text-brand" href="ielts.php">Prepare IELTS</a></li>
|
||||
|
||||
|
||||
<li><a class="hover:text-brand" href="pte.php">Prepare PTE</a></li>
|
||||
<li><a class="hover:text-brand" href="duolingo.php">Prepare Duolingo</a></li>
|
||||
<li><a class="hover:text-brand" href="interview-preparation.php">Interview
|
||||
Preparation</a></li>
|
||||
<li><a class="hover:text-brand" href="visa-assistance.php">Visa Assistance</a>
|
||||
</li>
|
||||
<li><a class="hover:text-brand" href="financial-guidance.php">Financial
|
||||
Guidance</a></li>
|
||||
<li><a class="hover:text-brand" href="travel-assistance.php">Travel
|
||||
Assistance</a></li>
|
||||
@foreach ($countries as $country)
|
||||
<li><a class="hover:text-brand"
|
||||
href="{{ route('country.single', $country->slug) }}">Study
|
||||
in {{ $country->title }}</a></li>
|
||||
@endforeach
|
||||
@foreach ($tests as $test)
|
||||
<li><a class="hover:text-brand"
|
||||
href="{{ route('test.single', $test->slug) }}">Prepare
|
||||
{{ $test->title }}</a></li>
|
||||
@endforeach
|
||||
@foreach ($services as $service)
|
||||
<li><a class="hover:text-brand"
|
||||
href="{{ route('test.single', $test->slug) }}">{{ $service->title }}</a>
|
||||
</li>
|
||||
@endforeach
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li><a href="contact-us.php">Contact</a></li>
|
||||
<li><a href="blogs.php">Blog</a></li>
|
||||
<li><a href="/contact-us">Contact</a></li>
|
||||
<li><a href="/blog">Blog</a></li>
|
||||
<li>
|
||||
<a href="book-counsellor.php">Book a Counsellor</a>
|
||||
<a href="">Book a Counsellor</a>
|
||||
</li>
|
||||
<li><a href="course-finder.php">Course Finder</a></li>
|
||||
<li><a href="resources.php">Free Resources</a></li>
|
||||
<li><a href="/course-finder">Course Finder</a></li>
|
||||
<li><a href="/resources">Free Resources</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
11
resources/views/client/raffles/pages/call-request.blade.php
Normal file
11
resources/views/client/raffles/pages/call-request.blade.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<div class="cta-wrapper open-intouch">
|
||||
<div class="phone-icon-top">
|
||||
<svg viewBox="0 0 24 24">
|
||||
<path d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/>
|
||||
</svg>
|
||||
</div>
|
||||
<a href="#" class="cta-button-call">
|
||||
<span class="cta-text">Click here to book a Free Counselling</span>
|
||||
<div class="cta-accent"></div>
|
||||
</a>
|
||||
</div>
|
@@ -162,5 +162,6 @@
|
||||
</div>
|
||||
</section>
|
||||
@endif
|
||||
@include('client.raffles.pages.call-request')
|
||||
</section>
|
||||
@endsection
|
||||
|
Reference in New Issue
Block a user