et#12 #13

Open
tribikram wants to merge 3 commits from et#12 into master
  1. 140
      public/frontend/css/style.css
  2. 17
      public/frontend/icons/coin.svg
  3. 5
      public/frontend/icons/exclusive.svg
  4. BIN
      public/frontend/images/close-up-students-indoors.png
  5. 12
      resources/views/about.blade.php
  6. 20
      resources/views/blog-detail.blade.php
  7. 2
      resources/views/layout/app.blade.php
  8. 100
      resources/views/services.blade.php
  9. 81
      resources/views/welcome.blade.php
  10. 6
      routes/web.php

@ -304,7 +304,8 @@ Responsive Codes
} }
.slider-content a::after, .slider-content a::after,
.services-content a::after, .services-content a::after,
.why-us-desc a::after{ .why-us-desc a::after,
.sydney-desc a::after{
content: '\f101'; content: '\f101';
font-weight: 900; font-weight: 900;
font-family: "Font Awesome 5 Free"; font-family: "Font Awesome 5 Free";
@ -315,7 +316,8 @@ Responsive Codes
transition: 0.5s; transition: 0.5s;
} }
.slider-content a:hover, .slider-content a:hover,
.services-content a:hover{ .services-content a:hover,
.sydney-desc a:hover{
background: #326CBF; background: #326CBF;
padding-right: 2rem; padding-right: 2rem;
padding-left: 1rem; padding-left: 1rem;
@ -327,7 +329,8 @@ Responsive Codes
} }
.slider-content a:hover::after, .slider-content a:hover::after,
.services-content a:hover::after, .services-content a:hover::after,
.why-us-desc a:hover::after{ .why-us-desc a:hover::after,
.sydney-desc a:hover::after{
opacity: 1; opacity: 1;
right: 10px; right: 10px;
} }
@ -428,7 +431,8 @@ Responsive Codes
.why-et, .why-et,
.blog-detail-section, .blog-detail-section,
.faq-section, .faq-section,
.student-visa-section{ .student-visa-section,
.services-page-section{
padding: 3rem 6rem; padding: 3rem 6rem;
} }
.services-section .row, .services-section .row,
@ -441,7 +445,7 @@ Responsive Codes
align-items: center; align-items: center;
} }
.services-content{ .services-content{
margin-right: 6rem; margin-right: 2rem;
} }
.services-content h1{ .services-content h1{
font-weight: 600; font-weight: 600;
@ -498,15 +502,23 @@ Responsive Codes
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25); box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
border-radius: 16px; border-radius: 16px;
} }
.service-card a{ .service-page-content{
color: #000000;
text-align: center;
padding: 20px;
}
.service-card a,
.service-page-content span{
text-decoration: none; text-decoration: none;
font-weight: 700; font-weight: 700;
font-size: 16px; font-size: 16px;
line-height: 24px; line-height: 24px;
text-align: center; text-align: center;
color: #1E1C1C; color: #1E1C1C;
} }
.service-card a:hover{
color: #E22899;
}
.service-icon{ .service-icon{
margin-bottom: 20px; margin-bottom: 20px;
} }
@ -524,9 +536,10 @@ Responsive Codes
top: -22%; top: -22%;
} }
.why-us-lists{ .why-us-lists{
display: flex; display: -webkit-inline-box;
gap: 2rem; gap: 2rem;
margin-bottom: 1rem; margin-bottom: 1rem;
padding-right: 6rem;
} }
.why-us-desc h1, .why-us-desc h1,
.testimonials-desc h1, .testimonials-desc h1,
@ -549,11 +562,11 @@ Responsive Codes
color: #1E1C1C; color: #1E1C1C;
} }
.lists-icons{ .lists-icons{
padding: 10px;
width: 50px; width: 50px;
height: 50px; height: 50px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center;
border-radius: 50%; border-radius: 50%;
background: #296AC7; background: #296AC7;
} }
@ -650,13 +663,18 @@ Responsive Codes
line-height: 1.6rem; line-height: 1.6rem;
margin-bottom: 2rem; margin-bottom: 2rem;
} }
.blog-card{ .blog-card,
.service-page-card{
background: #FFFFFF; background: #FFFFFF;
box-shadow: 0px 4px 18px rgba(121, 121, 121, 0.05); box-shadow: 0px 4px 18px rgba(121, 121, 121, 0.05);
border-radius: 12px; border-radius: 12px;
transition: .4s; transition: .4s;
} }
.blog-card:hover{ .service-page-card{
min-height: 28pc;
}
.blog-card:hover,
.service-page-card:hover{
transform: scale(1.03); transform: scale(1.03);
} }
.blog-desc{ .blog-desc{
@ -677,7 +695,9 @@ Responsive Codes
transition: color 1.5s; transition: color 1.5s;
} }
.blog-card:hover h2, .blog-card:hover h2,
.blog-card:hover p{ .blog-card:hover p,
.service-page-card:hover h2,
.service-page-card:hover p{
color: #E22899; color: #E22899;
} }
.blog-desc p{ .blog-desc p{
@ -747,6 +767,10 @@ Responsive Codes
text-decoration: none; text-decoration: none;
color: #FFFFFF; color: #FFFFFF;
padding: 10px 20px; padding: 10px 20px;
display: inline-block;
align-items: center;
position: relative;
transition: 0.5s;
} }
/* study abroad css ends */ /* study abroad css ends */
@ -1149,7 +1173,7 @@ Responsive Codes
.values-lists a{ .values-lists a{
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
padding: 20px 20px 20px 0; padding: 17px 17px 17px 0;
line-height: 33px; line-height: 33px;
border-bottom: 1px solid #A0A0A0; border-bottom: 1px solid #A0A0A0;
} }
@ -1327,7 +1351,7 @@ Responsive Codes
} }
/* blog detail css */ /* blog detail css */
.blog-detail-img{ .blog-detail-img{
margin-bottom: 15px; margin: 15px 0;
} }
.recent-card{ .recent-card{
background: #DFEBFA; background: #DFEBFA;
@ -1374,6 +1398,7 @@ Responsive Codes
.blog-socials{ .blog-socials{
display: flex; display: flex;
align-items: center; align-items: center;
margin: 1rem 0;
justify-content: space-between; justify-content: space-between;
} }
.faq-section .accordion-button:focus{ .faq-section .accordion-button:focus{
@ -1389,6 +1414,21 @@ Responsive Codes
background-color: unset; background-color: unset;
border-bottom: 1.5px solid #E0DEDE; border-bottom: 1.5px solid #E0DEDE;
} }
/* service page css */
.service-page-header h2{
font-weight: 700;
font-size: 30px;
text-align: center;
color: #326CBF;
}
.service-page-header h1{
font-weight: 700;
font-size: 34px;
line-height: 37px;
text-align: center;
color: #111111;
}
/* Footer Css */ /* Footer Css */
.footer{ .footer{
background: #296AC7; background: #296AC7;
@ -1456,6 +1496,44 @@ Responsive Codes
display: flex; display: flex;
gap: 30px; gap: 30px;
} }
.blog-info span{
width: 6px;
height: 6px;
border-radius: 50%;
background: #676676;
}
.blog-info{
display: flex;
align-items: center;
gap: 10px;
}
.blog-info h6{
margin-bottom: 0;
}
.socials-icon{
background: #EEEEEE;
border-radius: 50%;
width: 40px;
height: 40px;
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
transition: .4s;
}
.socials-icon .fa-facebook-f{
color: #3B5998;
}
.socials-icon .fa-twitter{
color: #1DA1F2;
}
.socials-icon .fa-linkedin-in{
color: #0072B1;
}
.socials-icon:hover{
background: #E22899;
transform: scale(1.03);
}
.policy a{ .policy a{
color: #DD6227; color: #DD6227;
text-decoration: none; text-decoration: none;
@ -1608,7 +1686,9 @@ Responsive Codes
.slider-content h2, .slider-content h2,
.slider-content h1, .slider-content h1,
.blog-banner-content h2, .blog-banner-content h2,
.contact-offices h2{ .contact-offices h2,
.service-page-header h2,
.service-page-header h1{
font-size: 22px; font-size: 22px;
line-height: 2rem; line-height: 2rem;
} }
@ -1675,7 +1755,8 @@ Responsive Codes
.our-values-section, .our-values-section,
.lets-chat-section, .lets-chat-section,
.blog-banner, .blog-banner,
.overseas-section{ .overseas-section,
.services-page-section{
padding: 2rem; padding: 2rem;
} }
.contact-form-section, .contact-form-section,
@ -1755,12 +1836,23 @@ Responsive Codes
.why-us-lists{ .why-us-lists{
gap: 1rem; gap: 1rem;
} }
.lists-icons{
width: 80px;
}
.et-cards{ .et-cards{
grid-template-columns: 1fr 1fr; grid-template-columns: 1fr 1fr;
} }
.blog-socials{
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 10px;
margin: 10px 0;
}
.services-page-section .row{
--bs-gutter-y: 1rem;
--bs-gutter-x: 1rem;
}
.service-page-card{
min-height: 20pc;
}
} }
/* mobile view css end */ /* mobile view css end */
/* ipad, tablets screen css */ /* ipad, tablets screen css */
@ -1832,7 +1924,8 @@ Responsive Codes
.lets-chat-section, .lets-chat-section,
.our-values-section, .our-values-section,
.blog-banner, .blog-banner,
.overseas-section{ .overseas-section,
.services-page-section{
padding: 3rem; padding: 3rem;
} }
.services-content h1, .services-content h1,
@ -1923,7 +2016,8 @@ Responsive Codes
.footer-top, .footer-top,
.lets-chat-section, .lets-chat-section,
.our-values-section, .our-values-section,
.overseas-section{ .overseas-section,
.services-page-section{
padding: 3rem; padding: 3rem;
} }
.why-us-section::before, .why-us-section::before,
@ -2003,6 +2097,10 @@ Responsive Codes
.review-card{ .review-card{
min-height: 37pc; min-height: 37pc;
} }
.values-lists a{
padding: 15px 15px 15px 0;
}
} }
@media only screen and (min-width: 1440px) and (max-width: 1560px) { @media only screen and (min-width: 1440px) and (max-width: 1560px) {
.review-card{ .review-card{

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 25 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

@ -82,22 +82,22 @@
<div class="col-md-6"> <div class="col-md-6">
<div class="values-lists"> <div class="values-lists">
<a onclick="changeImg('{{url('frontend/images/attractive-man.png')}}','{{1}}')" id="values-link{{1}}" class="link-active"> <a onclick="changeImg('{{url('frontend/images/attractive-man.png')}}','{{1}}')" id="values-link{{1}}" class="link-active">
<h2>Committed</h2> <h2>Transparency</h2>
</a> </a>
<a onclick="changeImg('','{{2}}')" id="values-link{{2}}"> <a onclick="changeImg('','{{2}}')" id="values-link{{2}}">
<h2>Develop relationship & Deliver Results</h2> <h2>Commitment</h2>
</a> </a>
<a onclick="changeImg('','{{3}}')" id="values-link{{3}}"> <a onclick="changeImg('','{{3}}')" id="values-link{{3}}">
<h2>Committed</h2> <h2>Professionalism</h2>
</a> </a>
<a onclick="changeImg('','{{4}}')" id="values-link{{4}}"> <a onclick="changeImg('','{{4}}')" id="values-link{{4}}">
<h2>Develop relationship & Deliver Results</h2> <h2>Reliability</h2>
</a> </a>
<a onclick="changeImg('','{{5}}')" id="values-link{{5}}"> <a onclick="changeImg('','{{5}}')" id="values-link{{5}}">
<h2>Committed</h2> <h2>Integrity</h2>
</a> </a>
<a onclick="changeImg('{{url('frontend/images/attractive-man.png')}}','{{6}}')" id="values-link{{6}}"> <a onclick="changeImg('{{url('frontend/images/attractive-man.png')}}','{{6}}')" id="values-link{{6}}">
<h2>Develop relationship & Deliver Results</h2> <h2>Trustworthy</h2>
</a> </a>
</div> </div>
</div> </div>

@ -13,29 +13,33 @@
<div class="row"> <div class="row">
<div class="col-md-8"> <div class="col-md-8">
<div class="blog-detail-desc"> <div class="blog-detail-desc">
<h2>{{$blog->title}} </h2>
<div class="blog-detail-img"> <div class="blog-detail-img">
<img src="{{url('frontend/images/blogs-detail.png')}}" class="w-100" alt=""> <img src="{{url('frontend/images/blogs-detail.png')}}" class="w-100" alt="">
</div> </div>
@php $date = Carbon\Carbon::createFromFormat('Y-m-d', $blog->publish_date);@endphp @php $date = Carbon\Carbon::createFromFormat('Y-m-d', $blog->publish_date);@endphp
<div class="blog-socials"> <div class="blog-socials">
<h6>{{$date->format('j M, Y')}}</h6> <div class="blog-info">
<h6>{{$date->format('j M, Y')}}</h6>
<span></span>
<h6>5 min read</h6>
</div>
<div class="social-share"> <div class="social-share">
<?php <?php
$baseUrl="http://www.eteducation.com.au/blog/"; $baseUrl="http://www.eteducation.com.au/blog/";
// $slug="$setting->slug"; // $slug="$setting->slug";
?> ?>
<a target="_blank" href="http://www.facebook.com/sharer.php?u={{$baseUrl.'/blog/'}}"> <a target="_blank" class="socials-icon" href="http://www.facebook.com/sharer.php?u={{$baseUrl.'/blog/'}}">
<img src="{{url('frontend/images/facebook-icon.png')}}" class="img-fluid" alt=""> <i class="fa-brands fa-facebook-f"></i>
</a> </a>
<a target="_blank" href="http://twitter.com/share?text=Visit the link &url={{$baseUrl.'/blog/'}}"> <a target="_blank" class="socials-icon" href="http://twitter.com/share?text=Visit the link &url={{$baseUrl.'/blog/'}}">
<img src="{{url('frontend/images/twitter.png')}}" class="img-fluid" alt=""> <i class="fa-brands fa-twitter"></i>
</a> </a>
<a target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&url={{$baseUrl.'/blog/'}}"> <a target="_blank" class="socials-icon" href="http://www.linkedin.com/shareArticle?mini=true&url={{$baseUrl.'/blog/'}}">
<img src="{{url('frontend/images/linkdin.png')}}" class="img-fluid" alt=""> <i class="fa-brands fa-linkedin-in"></i>
</a> </a>
</div> </div>
</div> </div>
<h2>{{$blog->title}} </h2>
{!!$blog->description!!} {!!$blog->description!!}
<!-- <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularized in the 1960s with the release of Letterset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularized in the 1960s with the release of Letterset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry. <!-- <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularized in the 1960s with the release of Letterset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularized in the 1960s with the release of Letterset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry.
<br><br> <br><br>

@ -102,7 +102,7 @@
</li> </li>
<li class="nav-item dropdown"> <li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="{{url('#')}}" id="navbarDropdown" role="button" data-bs-hover="dropdown" aria-expanded="false"> <a class="nav-link dropdown-toggle" href="{{url('#')}}" id="navbarDropdown" role="button" data-bs-hover="dropdown" aria-expanded="false">
VISA VISA SERVICES
</a> </a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown"> <ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li> <li>

@ -0,0 +1,100 @@
@extends('layout.app')
@section('title')
<title>Services</title>
<meta name="description" content="ET Education and Visa Services, presented by Extratech, is an adept provider of excellent education consultation, information, and visa guidance solution to students seeking schooling abroad.">
<meta name="robots" content="index, follow" />
<meta property="og:url" content="" />
<meta property="og:image" content="{{url('frontend/images/banner.png')}}"/>
<meta property="og:title" content="ET-Visas"/>
<meta property="og:description" content="ET Education and Visa Services, presented by Extratech, is an adept provider of excellent education consultation, information, and visa guidance solution to students seeking schooling abroad."/>
@endsection
@section('content')
<section class="services-page-section">
<div class="row g-5">
<div class="col-md-12">
<div class="service-page-header">
<h2>Our Services</h2>
<h1>Get Benefits And Advantages</h1>
</div>
</div>
<div class="col-lg-4 col-md-6">
<a href="{{url('/study-abroad')}}" class="text-decoration-none">
<div class="service-page-card">
<div class="blog-img">
<img src="{{url('frontend/images/close-up-students-indoors.png')}}" class="w-100" alt="">
</div>
<div class="service-page-content">
<h2>Abroad Study</h2>
<p>Study abroad to enhance your education, broaden your perspectives, and achieve your career goals by selecting the right course and immersing yourself in a new culture.</p>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-md-6">
<a href="{{url('/career-counselling')}}" class="text-decoration-none">
<div class="service-page-card">
<div class="blog-img">
<img src="{{url('frontend/images/close-up-students-indoors.png')}}" class="w-100" alt="">
</div>
<div class="service-page-content">
<h2>Career Counselling</h2>
<p>Enhance your career prospects with professional guidance through career counselling for informed decision-making and successful career advancement.</p>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-md-6">
<a href="{{url('/insurance')}}" class="text-decoration-none">
<div class="service-page-card">
<div class="blog-img">
<img src="{{url('frontend/images/close-up-students-indoors.png')}}" class="w-100" alt="">
</div>
<div class="service-page-content">
<h2>Insurance</h2>
<p>Ensure your health and financial security with the right health insurance plan that offers comprehensive coverage at an affordable cost.</p>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-md-6">
<a href="{{url('/visa/student-visa')}}" class="text-decoration-none">
<div class="service-page-card">
<div class="blog-img">
<img src="{{url('frontend/images/close-up-students-indoors.png')}}" class="w-100" alt="">
</div>
<div class="service-page-content">
<h2>Student Visa</h2>
<p>Obtain a student visa to study in Australia and experience quality education, language improvement and cultural immersion.</p>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-md-6">
<a href="{{url('/visa/skilled-migration-visa')}}" class="text-decoration-none">
<div class="service-page-card">
<div class="blog-img">
<img src="{{url('frontend/images/close-up-students-indoors.png')}}" class="w-100" alt="">
</div>
<div class="service-page-content">
<h2>Skilled Migration Visa</h2>
<p>Take advantage of new opportunities and a better quality of life abroad by exploring your eligibility for a skilled migration visa.</p>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-md-6">
<a href="{{url('visa/business-visa')}}" class="text-decoration-none">
<div class="service-page-card">
<div class="blog-img">
<img src="{{url('frontend/images/close-up-students-indoors.png')}}" class="w-100" alt="">
</div>
<div class="service-page-content">
<h2>Business Visa</h2>
<p>If you want to study in a city surrounded by lush greenery and a pleasant atmosphere..</p>
</div>
</div>
</a>
</div>
</div>
</section>
@endsection

@ -76,14 +76,14 @@
</section> </section>
<section class="services-section"> <section class="services-section">
<div class="row"> <div class="row">
<div class="col-md-6"> <div class="col-md-5">
<div class="services-content"> <div class="services-content">
<h1>Explore and Choose the Service that Fits You the Best.</h1> <h1>Explore and Choose the Service that Fits You the Best.</h1>
<p>We think big and have hands in all leading technology platforms to provide you wide array of services. We think big and have hands in all leading technology platforms to provide you wide array of services.</p> <p>We think big and have hands in all leading technology platforms to provide you wide array of services. We think big and have hands in all leading technology platforms to provide you wide array of services.</p>
<a href="">Explore All Services</a> <a href="/services">Explore All Services</a>
</div> </div>
</div> </div>
<div class="col-md-6"> <div class="col-md-7">
<div class="services-slick"> <div class="services-slick">
<div class="services-slider"> <div class="services-slider">
<div class="service-card"> <div class="service-card">
@ -91,16 +91,16 @@
<img src="{{url('frontend/icons/abroad-icon.png')}}" alt=""> <img src="{{url('frontend/icons/abroad-icon.png')}}" alt="">
</div> </div>
<h2>Abroad Study</h2> <h2>Abroad Study</h2>
<p>Explore and Choose the Course that Meets your Dream</p> <p>Choose the right course & pursue your dream career.</p>
<a href="{{url('/study-abroad')}}">Learn More</a> <a href="{{url('/study-abroad')}}">Learn More</a>
</div> </div>
<div class="service-card"> <div class="service-card">
<div class="service-icon"> <div class="service-icon">
<img src="{{url('frontend/icons/migration-visa.png')}}" alt=""> <img src="{{url('frontend/icons/migration-visa.png')}}" alt="">
</div> </div>
<h2>Migration & Visa</h2> <h2>Business Visa</h2>
<p>Explore and Choose the Course that Meets your Dream</p> <p>Explore and Choose the Course that Meets your Dream</p>
<a href="">Learn More</a> <a href="visa/business-visa">Learn More</a>
</div> </div>
</div> </div>
<div class="services-slider"> <div class="services-slider">
@ -109,51 +109,34 @@
<img src="{{url('frontend/icons/ribbon.png')}}" alt=""> <img src="{{url('frontend/icons/ribbon.png')}}" alt="">
</div> </div>
<h2>Career Counselling</h2> <h2>Career Counselling</h2>
<p>Explore and Choose the Course that Meets your Dream</p> <p>Get the right guidance to leap through your career.</p>
<a href="">Learn More</a> <a href="{{url('/career-counselling')}}">Learn More</a>
</div> </div>
<div class="service-card"> <div class="service-card">
<div class="service-icon"> <div class="service-icon">
<img src="{{url('frontend/icons/insurance-icon.png')}}" alt=""> <img src="{{url('frontend/icons/insurance-icon.png')}}" alt="">
</div> </div>
<h2>Insurance</h2> <h2>Insurance</h2>
<p>Explore and Choose the Course that Meets your Dream</p> <p>Providing the right health insurance at competitive rates </p>
<a href="">Learn More</a>
</div>
</div><div class="services-slider">
<div class="service-card">
<div class="service-icon">
<img src="{{url('frontend/icons/abroad-icon.png')}}" alt="">
</div>
<h2>Abroad Study</h2>
<p>Explore and Choose the Course that Meets your Dream</p>
<a href="{{url('study-abroad')}}">Learn More</a>
</div>
<div class="service-card">
<div class="service-icon">
<img src="{{url('frontend/icons/migration-visa.png')}}" alt="">
</div>
<h2>Migration & Visa</h2>
<p>Explore and Choose the Course that Meets your Dream</p>
<a href="">Learn More</a> <a href="">Learn More</a>
</div> </div>
</div> </div>
<div class="services-slider"> <div class="services-slider">
<div class="service-card"> <div class="service-card">
<div class="service-icon"> <div class="service-icon">
<img src="{{url('frontend/icons/ribbon.png')}}" alt=""> <img src="{{url('frontend/icons/abroad-icon.png')}}" alt="">
</div> </div>
<h2>Career Counselling</h2> <h2>Student Visa</h2>
<p>Explore and Choose the Course that Meets your Dream</p> <p>Visit Australia to participate in the course of study.</p>
<a href="">Learn More</a> <a href="{{url('/visa/study-visa')}}">Learn More</a>
</div> </div>
<div class="service-card"> <div class="service-card">
<div class="service-icon"> <div class="service-icon">
<img src="{{url('frontend/icons/insurance-icon.png')}}" alt=""> <img src="{{url('frontend/icons/migration-visa.png')}}" alt="">
</div> </div>
<h2>Insurance</h2> <h2>Skilled Migration Visa</h2>
<p>Explore and Choose the Course that Meets your Dream</p> <p>Apply for a skilled migration visa for permanent residency.</p>
<a href="">Learn More</a> <a href="{{url('/visa/skilled-migration-visa')}}">Learn More</a>
</div> </div>
</div> </div>
</div> </div>
@ -170,41 +153,23 @@
<div class="col-md-6"> <div class="col-md-6">
<div class="why-us-desc"> <div class="why-us-desc">
<h1>Why Choose Us</h1> <h1>Why Choose Us</h1>
<p>a remarkable number of Nepalese students from across the world, from diverse backgrounds, have achieved their international education goals successfully through us, the best Study Abroad Consultants in Nepal.</p> <p>A remarkable number of Nepalese students from across the world, from diverse backgrounds, have achieved their international education goals successfully through us, the best Study Abroad Consultants in Nepal.</p>
<div class="why-us-lists"> <div class="why-us-lists">
<div class="lists-icons"> <div class="lists-icons">
<img src="{{url('frontend/icons/bulb.svg')}}" class="img-fluid" alt=""> <img src="{{url('frontend/icons/exclusive.svg')}}" class="img-fluid" alt="">
</div> </div>
<div class="list-des"> <div class="list-des">
<h3>Certified and Registered Counsellors</h3> <h3>Certified and Registered Counsellors</h3>
<p>To conduct your process in accordance with industry standards.</p> <p>To ensure that your process adheres to the industry’s standard and is performed safely and in a trustworthy manner.</p>
</div>
</div>
<div class="why-us-lists">
<div class="lists-icons">
<img src="{{url('frontend/icons/brightness.svg')}}" class="img-fluid" alt="">
</div>
<div class="list-des">
<h3>Convenient Location and Affordable services</h3>
<p>To facilitate services conveniently and at reasonable amount.</p>
</div>
</div>
<div class="why-us-lists">
<div class="lists-icons">
<img src="{{url('frontend/icons/brightness.svg')}}" class="img-fluid" alt="">
</div>
<div class="list-des">
<h3>Most Trusted Migration Agent</h3>
<p>Reach our Facebook page and find the testimonials. You’d know it all.</p>
</div> </div>
</div> </div>
<div class="why-us-lists"> <div class="why-us-lists">
<div class="lists-icons"> <div class="lists-icons">
<img src="{{url('frontend/icons/brightness.svg')}}" class="img-fluid" alt=""> <img src="{{url('frontend/icons/coin.svg')}}" class="img-fluid" alt="">
</div> </div>
<div class="list-des"> <div class="list-des">
<h3>Assistance for wide ranging Courses and Visa</h3> <h3>Affordable services for wide ranging courses and visa</h3>
<p>To help you provide all the options available for your study or migration pathway.</p> <p>Provide all the options available for your study or migration pathway conveniently and within reasonable amounts.</p>
</div> </div>
</div> </div>
<div class="mt-4"> <div class="mt-4">

@ -285,9 +285,9 @@ Route::group(['middleware'=>['auth']],function (){
}); });
}); });
// Route::get('/study-abroad', function () { Route::get('/services', function () {
// return view('study-abroad'); return view('services');
// }); });
// Route::get('/study-abroad-detail', function () { // Route::get('/study-abroad-detail', function () {
// return view('study-abroad-detail'); // return view('study-abroad-detail');
// }); // });

Loading…
Cancel
Save