@extends('theme.layout') @section('title',"Home") @push('styles') @endpush @section('content')
{{ $data->country_name }}
Featured Scholarship
Posted: {{ \Carbon\Carbon::parse($data->created_at)->format('d M, Y') }}

About the scholarship

{!! $data->body !!}

Benefits

Full tuition fees
Monthly living stipend
Travel costs
Arrival allowance
Thesis grant
Networking events

Eligibility criteria

  • Be a citizen of a Chevening-eligible country
  • Return to your home country for at least two years after your award
  • Have an undergraduate degree that will enable you to gain entry to a postgraduate programme at a UK university
  • Have at least two years of work experience
  • Apply to three different eligible UK university courses
@endsection