@extends('layouts.app') @section('title', 'EU/UK Financial Aids - LECL') @section('description', 'Discover comprehensive financial aid options for studying in the EU and UK. Get expert guidance on scholarships, loans, and funding opportunities for international students.') @section('keywords', 'EU financial aid, UK student loans, international scholarships, study abroad funding, education financing, student financial support') @section('content')

{{ $heroSection->title ?? 'EU/UK Financial Aids' }}

{{ $heroSection->content ?? 'Unlock your potential with comprehensive financial aid options for studying in Europe and the United Kingdom. We provide expert guidance to help you secure funding for your educational journey.' }}

@if ($heroSection && $heroSection->data && isset($heroSection->data['stats']))
@foreach ($heroSection->data['stats'] as $stat)

{{ $stat['number'] }}

{{ $stat['label'] }}

@endforeach
@else

£50M+

Funding Secured

5000+

Students Helped

95%

Success Rate

@endif

Your Education, Our Priority

{{ $overviewSection->title ?? 'Financial Aid Options Available' }}

{{ $overviewSection->content ?? 'We offer comprehensive support to help you navigate the complex world of educational financing. Our expert team has helped thousands of students secure funding for their studies in the UK and EU.' }}

{{ $eligibilitySection->title ?? 'Eligibility Requirements' }}

@if ($eligibilitySection && $eligibilitySection->data && isset($eligibilitySection->data['requirements']))
    @foreach ($eligibilitySection->data['requirements'] as $requirement)
  • {{ $requirement['title'] }}: {{ $requirement['description'] }}
  • @endforeach
@else
  • Residency: Must be a UK or EU resident for at least 3 years
  • Academic: Meet minimum academic requirements for your chosen course
  • Age: No upper age limit for most funding options
  • Course: Studying at an approved UK or EU institution
@endif

{{ $processSection->title ?? 'How We Help You Apply' }}

@if ($processSection && $processSection->data && isset($processSection->data['steps']))
@foreach ($processSection->data['steps'] as $index => $step)
{{ $index + 1 }}
{{ $step['title'] }}

{{ $step['description'] }}

@endforeach
@else
1
Initial Consultation

We assess your eligibility and funding needs

2
Document Preparation

We help you gather and prepare all required documents

3
Application Submission

We submit your applications and track their progress

@endif
@if($contactFormSection)

{{ $contactFormSection->title }}

{!! $contactFormSection->content !!}
@if(isset($contactFormSection->data['form_fields'])) @foreach($contactFormSection->data['form_fields'] as $field)
@if($field['type'] === 'select') @elseif($field['type'] === 'textarea') @else @endif
@endforeach @endif
@if(isset($contactFormSection->data['submit_button'])) @else @endif
@else

Start Your Application

Get expert guidance on your financial aid journey

@endif @if($contactInfoSection)
{{ $contactInfoSection->title }}
{!! $contactInfoSection->content !!}
@if(isset($contactInfoSection->data['contact_details']))
@foreach($contactInfoSection->data['contact_details'] as $contact) @if($contact['link']) {{ $contact['label'] }}: {{ $contact['value'] }} @else
{{ $contact['label'] }}: {{ $contact['value'] }}
@endif @endforeach
@endif
@else
Need Immediate Help?

Available Mon-Fri, 9AM-6PM GMT

@endif
@endsection