@extends('layouts.app') @section('title', 'Gallery — Student Life, Japan, Events, JLPT Results | Soyogi') @section('meta_description', 'See our students in Japan, classroom sessions, events, JLPT results, and visa success stories. 500+ students have trusted Soyogi.') @push('styles') @endpush @section('content')
@foreach([['111+','Photos & Media'],['5','Video Testimonials'],['500+','Student Memories'],['10+','Years of Moments']] as $s)
{{ $s[0] }}
{{ $s[1] }}
@endforeach
{{-- DB-managed gallery items (uploaded via admin) --}} @if($items->count()) @foreach($items as $category => $categoryItems)

{{ ucfirst($category) }}

@endforeach @endif

Classroom & Group Photos

Our Students in Japan 🇯🇵

Special Events & Celebrations

Visa & COE Success Stories

@php $videos = []; if(file_exists(public_path('videos'))) { foreach(glob(public_path('videos').'/*.mp4') as $v) { $videos[] = basename($v); } } @endphp @if(count($videos))

Student Videos & Testimonials

@foreach($videos as $video)

{{ ucfirst(str_replace(['-','_'], ' ', pathinfo($video, PATHINFO_FILENAME))) }}

@endforeach
@endif

Your Photo Could Be Here Next

Join 500+ students who have made their Japan dream a reality with Soyogi.

Start My Journey Explore Courses
@endsection @push('scripts') @endpush