@extends('theme.layout') @section('title',"Countries") @push('styles') @endpush @section('content') Explore Scholarships by Country @foreach($data as $d) {{$d->country}} @endforeach @endsection