{{ $item['quote'] ?? '' }}
@extends('layouts.public') @section('title', 'Success Stories - ' . config('app.name')) @section('meta_description', 'Read real success stories from students and see how they achieved their study abroad goals.') @push('styles') @vite('resources/css/success-stories.css') @endpush @push('scripts') @vite('resources/js/success-stories.js') @endpush @php $toImage = function (?string $image): string { if (! $image) { return ''; } if (str_starts_with($image, 'http://') || str_starts_with($image, 'https://')) { return $image; } return asset('storage/' . ltrim($image, '/')); }; @endphp @section('content')
{{ $content['intro']['text'] ?? '' }}
{{ $item['quote'] ?? '' }}
{{ $content['mid_cta']['text'] ?? '' }}
{{ $content['intro']['text'] ?? 'Real students who achieved their dreams of studying abroad.' }}
{{ $story->description }}
@endif @if($story->student_name || $story->university || $story->country_name) {{ $story->student_name }}{{ $story->student_name && ($story->university || $story->country_name) ? ' · ' : '' }}{{ $story->university }}{{ $story->university && $story->country_name ? ' · ' : '' }}{{ $story->country_name }} @endif{{ $content['videos']['text'] ?? '' }}
{{ $review->title }}
{{ $video['title'] ?? '' }}