@extends('layouts.public') @section('title', $pageContent['seo']['title'] ?? ('Study Abroad Destinations - ' . config('app.name'))) @section('meta_description', $pageContent['seo']['description'] ?? 'Explore top study abroad destinations and compare opportunities for your higher education journey.') @push('styles') @vite('resources/css/countries.css') @endpush @section('content')
{{ $pageContent['hero']['text'] ?? 'Explore study opportunities in top countries around the world. From Australia to Japan, find your perfect study destination with our expert guidance.' }}
{{ $pageContent['listing']['text'] }}
@endif{{ $pageContent['trust']['text'] }}
@endif