{{ $item['title'] ?? '' }}
{{ $item['text'] ?? '' }}
@extends('layouts.public')
@section('title', $country->seo_title ?: ('Study in ' . $country->name . ' - ' . config('app.name')))
@section('meta_description', $country->seo_description ?: $country->short_description)
@if($country->hero_image)
@section('og_image', $country->hero_url)
@endif
@push('styles')
@vite('resources/css/country-show.css')
@endpush
@push('scripts')
@vite('resources/js/country-show.js')
@endpush
@section('content')
{{-- ══════════════════════════════════════════════════════
HERO
══════════════════════════════════════════════════════ --}}
{{ $country->short_description }} Why {{ $country->name }}? {{ $sections['highlights']['subtitle'] }} {{ $item['text'] ?? '' }} What You Can Study Budget Planning {{ $ci['label'] }} {{ $ci['value'] }} Before You Apply Make sure you have these documents and qualifications ready before submitting your application. Step by Step {{ $step }} Admission Calendar {{ $item['text'] ?? '' }} Detailed Requirements {{ $item['text'] ?? '' }} Disciplines Our Process {{ $countrySections['process']['subtitle'] }} {{ $item['text'] ?? '' }} Trusted Partners {{ $inst->name }} Got Questions? Real Students {{ $sections['cta']['text'] ?? '' }}
@endif
@endif
Study in
{{ $country->name }}{{ $sections['highlights']['title'] }}
@if($sections['highlights']['subtitle'] ?? '')
{{ $item['title'] ?? '' }}
{{ $sections['courses']['title'] ?? 'Popular Study Areas' }}
{{ $sections['costs']['title'] ?? 'Cost of Studying' }}
{{ $sections['requirements']['title'] ?? 'Entry Requirements' }}
@foreach($sections['requirements']['items'] as $req)
{{ $sections['timeline']['title'] ?? 'Application Roadmap' }}
{{ $countrySections['intakes']['title'] ?? 'Major Admission Intakes' }}
{{ $countrySections['entry']['title'] ?? 'Entry Requirements' }}
{{ $item['title'] ?? '' }}
{{ $countrySections['subjects']['title'] ?? '' }}
@endif
{{ $subject['title'] ?? '' }}
{{ $countrySections['process']['title'] ?? '' }}
@if($countrySections['process']['subtitle'] ?? '')
@endif
{{ $item['title'] ?? '' }}
Our Partner Institutions
@else
{{ strtoupper(substr($inst->name ?? 'PI', 0, 2)) }}
@endif
{{ $sections['faq']['title'] ?? 'Common Questions' }}
{{ $faq['q'] ?? '' }}
Hear From Our Students
@endif
{{ $sections['cta']['title'] ?? 'Ready to Study in '.$country->name.'?' }}