@extends('layouts.template') @section('content') @include('inc.homebanner')
{{ $errors->first('stu_name')}}
{{ $errors->first('stu_name')}}
{{ $errors->first('stu_name')}}
{{ $errors->first('stu_name')}}
OR
{{ $errors->first('stu_name')}}

Study abroad

Step by step process to apply

Where can you study

Top Universities preferred by students

@foreach($universities as $university) @endforeach

What to study

Popular courses preferred by Students

@foreach ($subjects as $subject)

{{$subject->subject_name}} {{$subject->subject_name}}

@endforeach

What do you need to know?

Very informative articles and in depth reviews to help you choose a safe route towards your destination.

@foreach ($articles as $article)

{{$article->article_name}}

{{$article->article_name}}{{str_limit(str_replace("##","",$txtcontent), $limit = 200)}}... Read more
@endforeach

Study abroad destinations

See other popular study destinations preferred by Students

@foreach($countries as $countrie) @endforeach
@include('inc.applicationcountry') @endsection