@php use App\Models\ChaosEvents; @endphp @extends('layout.app') @section('scripts') @endsection @section('content')

{{ __('app.preapplication.title') }}

{!! __('app.preapplication.content') !!}

@forelse (ChaosEvents::getActiveEvents() as $event)







@empty

{{ __('app.preapplication.noevent') }}

@endforelse @endsection