@extends('theme.layout') @section('title',"Country Wise Scholarship") @push('styles') @endpush @section('content')
explore by country

Scholarships by destination

Find fully funded opportunities in your preferred study destination

@foreach($data as $d)
France
{{strtoupper($d->country)}} Partial Funding

{{$d->title}}

{{Str::limit($d->body,60)}}

Posted: {{\Carbon\Carbon::parse($d->created_at)->format('d M, Y')}} {{ucfirst($d->country)}} institutions
@endforeach
@endsection