@extends('layouts.frontend.master') @section('title') {{ __('UNIGUIDE | e-Learning website') }} @endsection @push('css') @endpush @section('content')
@if ($abouts->count() != 0) @foreach ($abouts as $about) @if ($loop->index == 0)

{{ $about->title }}

{!! $about->content !!}

With our support, students join UniGuide community where they experience a unique integrated process, from the very start when they first apply for studying abroad, till completing their program and returning home, should they decide to.

@endif @endforeach @endif @if ($abouts->count() != 0) @foreach ($abouts as $about) @if ($loop->index == 1)

{{ $about->title }}

{!! $about->content !!}

There is no need to worry about traveling and studying abroad, because you will join StudyFans community to be supported in securing your accommodation and all stability requirements so that you can devote yourself for study.

uniimg
@endif @endforeach @endif
Team

Our Team

Name
Designation
Name
Designation
Name
Designation
Name
Designation
Students Voice

Our Students Say!

@push('scripts') @endpush @endsection