@extends('layouts.frontend') @section('title', 'Our Services - Trade Plus Education') @section('meta_description', 'Explore our comprehensive study abroad services including visa consultancy, university applications, language training, and pre-departure guidance.') @section('content')

Our Services

Comprehensive solutions for your study abroad journey

@forelse($services as $service)
@if($service->image)
{{ $service->title_en }}
@endif
@if($service->icon)
@endif

{{ $service->title_en }}

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

@if($service->features_en && is_array($service->features_en) && count($service->features_en) > 0)
    @foreach(array_slice($service->features_en, 0, 3) as $feature)
  • {{ $feature }}
  • @endforeach
@endif Learn More
@empty

No services available at the moment.

@endforelse

Ready to Start Your Journey?

Let us help you achieve your study abroad dreams with our comprehensive services

@endsection