@extends('layouts.app') @section('title', 'LECL - Leading Educational Consultancy London | Opening Doors to Global Education') @section('description', 'LECL is a leading international student recruitment agency with offices across UK, South Asia, Africa, and Europe. We specialize in law, economics, medicine, engineering, and business programs. Expert guidance for studying abroad.') {{-- Open Graph Meta Tags --}} @section('og_title', 'LECL - Leading Educational Consultancy London | Opening Doors to Global Education') @section('og_description', 'Leading International Student Recruitment Agency with offices across UK, South Asia, Africa, and Europe. Expert guidance for studying abroad in law, economics, medicine, engineering, and business programs.') {{-- Twitter Card Meta Tags --}} @section('twitter_title', 'LECL - Leading Educational Consultancy London | Study Abroad Experts') @section('twitter_description', 'Opening Doors to Global Education. Leading International Student Recruitment Agency with offices across UK, South Asia, Africa, and Europe. Expert guidance for studying abroad.') @section('content')

{{ $heroSection->title ?? 'Opening Doors to Global Educations' }}

{{ $heroSection->content ?? 'Empowering students worldwide with premier educational opportunities across the UK, South Asia, Africa, and Europe. Your gateway to academic excellence and global success.' }}

Get In Touch {{-- --}}
@foreach ($statistics as $index => $statistic)

0

{{ $statistic->title }}{{ $statistic->suffix ? ' ' . $statistic->suffix : '' }}
@endforeach
{{-- LECL --}} About LECL

{{ $aboutSection->title ?? 'A Leading International Student Recruitment Agency' }}

{{ $aboutSection->content ?? 'LECL serves as a premier international student recruitment agency. Its headquarters is located in London, with a strong global presence across South Asia, Africa, and Europe. The group is renowned for its specialized guidance, helping ambitious students access world-class educational opportunities by securing placements in top universities across diverse fields—including law, economics, medicine, engineering, and business.' }}

Learn More
@if ($guidanceSection)

{{ $guidanceSection->title }}

@if ($guidanceSection->content)

{{ $guidanceSection->content }}

@endif
@if ($guidanceSection->data && isset($guidanceSection->data['features'])) @foreach ($guidanceSection->data['features'] as $index => $service)
@if (isset($service['icon'])) @else @endif
{{ $service['title'] }}

{{ $service['description'] }}

@endforeach @endif
@endif @if ($destinationsSection)

{{ $destinationsSection->title }}

@if ($destinationsSection->content)

{{ $destinationsSection->content }}

@endif
@if ($destinationsSection->data && is_array($destinationsSection->data)) @foreach ($destinationsSection->data as $index => $destination) @endforeach @endif
@endif

Have any Questions? Ask a Specialist

Get expert guidance for your educational journey

{{ $whyLeclSection->title ?? 'Why select LECL?' }}

{{ $whyLeclSection->content ?? 'Countless Benefits & Easy Processing' }}

@if ($whyLeclSection && $whyLeclSection->data && isset($whyLeclSection->data['benefits'])) @foreach ($whyLeclSection->data['benefits'] as $index => $benefit)
{{ $benefit['title'] }}

{{ $benefit['description'] }}

@endforeach @else
Global Expertise with a Personalised Approach

Bringing Cross-continental educational expertise to your learning journey.

@endif

{{ $testimonialsSection->title ?? 'Testimonials' }}

{{ $testimonialsSection->content ?? 'What our students say?' }}

@if ($testimonialsSection && $testimonialsSection->data && isset($testimonialsSection->data['testimonials'])) @foreach ($testimonialsSection->data['testimonials'] as $index => $testimonial)

"{{ $testimonial['comment'] ?? ($testimonial['message'] ?? 'No testimonial available') }}"

{{ $testimonial['initials'] ?? substr($testimonial['name'], 0, 2) }}
{{ $testimonial['name'] }}

{{ $testimonial['course'] ?? ($testimonial['position'] ?? 'Student') }} at {{ $testimonial['university'] ?? 'University' }}

@endforeach @else

"LECL provided exceptional guidance throughout my entire journey."

LN
Liam Newell

International Student

@endif
@if ($testimonialsSection && $testimonialsSection->data && isset($testimonialsSection->data['testimonials'])) @foreach ($testimonialsSection->data['testimonials'] as $index => $testimonial) @endforeach @else @endif

{{ $trustedPartnersSection->title ?? 'Our Trusted Partners' }}

{{ $trustedPartnersSection->content ?? 'Collaborating with world-renowned institutions to provide exceptional educational opportunities' }}

@if ($trustedPartnersSection && $trustedPartnersSection->data && isset($trustedPartnersSection->data['partners'])) @php $partners = $trustedPartnersSection->data['partners']; $chunkedPartners = array_chunk($partners, 5); @endphp @foreach ($chunkedPartners as $rowIndex => $partnerRow)
@foreach ($partnerRow as $index => $partner)
@if (!empty($partner['logo'])) {{ $partner['name'] }} Logo @else @endif
{!! $partner['display_name'] ?? $partner['name'] !!}
{{ $partner['badge'] ?? 'University' }}
@endforeach
@endforeach @else
University of
Southampton
Russell Group
@endif

{{ $impactNumbersSection->title ?? 'Our Impact in Numbers' }}

{{ $impactNumbersSection->content ?? 'Trusted by students worldwide for exceptional educational outcomes' }}

@if ($impactNumbersSection && $impactNumbersSection->data && isset($impactNumbersSection->data['statistics'])) @foreach ($impactNumbersSection->data['statistics'] as $index => $stat)

0

{{ $stat['label'] }}
{{ $stat['description'] }}
@endforeach @else

0

University Partners
Prestigious institutions worldwide
@endif
@endsection