About EasternHops

@php $timeline = [ [ 'year' => 2007, 'description' => 'EasternHops was founded as a small hobby flight simulation group.', 'image' => '/assets/images/timeline/2007.jpg' ], [ 'year' => 2010, 'description' => 'First custom flight server launched. Community started to grow.', 'image' => '/assets/images/timeline/2010.jpg' ], [ 'year' => 2015, 'description' => 'EasternHops introduced virtual airline operations using legacy PHPVMS.', 'image' => '/assets/images/timeline/2015.jpg' ], [ 'year' => 2020, 'description' => 'Migrated to PHPVMS 7. New modern look, better PIREP system.', 'image' => '/assets/images/timeline/2020.jpg' ], [ 'year' => 2025, 'description' => 'Still going strong with regular events, Discord integration and growing membership.', 'image' => '/assets/images/timeline/2025.jpg' ] ]; @endphp @foreach($timeline as $event)

{{ $event['year'] }}

Photo from {{ $event['year'] }}

{{ $event['description'] }}

@endforeach