@extends('layouts.frontend') @section('title', 'Trade Plus Education - Your Gateway to Global Education') @section('content')

Your Gateway to Global Education

Expert visa consultancy, language training, and university admission support for studying in Korea, USA, Germany, and Australia

1000+
Students Placed
50+
Universities
95%
Visa Success

Our Services

Comprehensive support for your international education journey

@forelse($services as $service)

{{ $service->title_en }}

{{ Str::limit($service->description_en, 120) }}

Learn More
@empty

Student Visa Consultancy

Expert guidance for student visa applications with high success rates

Learn More β†’

Language Training

Professional Korean & English language courses for international study

Learn More β†’

University Admission

Complete assistance with university applications and admissions

Learn More β†’
@endforelse

Study Destinations

Choose from top study destinations worldwide

Student Success Stories

Hear from our successful students

@forelse($testimonials->take(3) as $testimonial)
@for($i = 0; $i < 5; $i++) @endfor

"{{ Str::limit($testimonial->testimonial_en, 150) }}"

@if($testimonial->image) {{ $testimonial->student_name }} @else
{{ substr($testimonial->student_name, 0, 1) }}
@endif
{{ $testimonial->student_name }}
{{ $testimonial->destination_country }}
@empty
@for($i = 0; $i < 5; $i++) @endfor

"Trade Plus Education made my dream of studying in Korea a reality. Their guidance was invaluable!"

Md. Rahman
Korea
@endforelse
@if($founders && $founders->count() > 0)

Meet Our Team

Dedicated professionals committed to making your international education dreams come true

@foreach($founders as $founder)
@if($founder->image) {{ $founder->name_en }} @else
@endif

{{ $founder->name_en }}

{{ $founder->designation_en }}

"{{ $founder->statement_en }}"

@if($founder->bio_en)

{{ $founder->bio_en }}

@endif
@if($founder->linkedin) @endif @if($founder->facebook) @endif @if($founder->email) @endif
@if($founder->phone) Contact @endif
@endforeach
@endif

Ready to Start Your Journey?

Get a free consultation with our expert counselors and take the first step toward your international education

@endsection