@php use App\Models\ChaosEvents; @endphp @extends('layout.app') @section('scripts') @endsection @section('content')
{!! __('app.preapplication.content') !!}
@if (ChaosEvents::getActiveEvents()->count() > 0)| {{ __('app.preapplication.region') }}: | |
| {{ __('app.preapplication.passport_type') }}: | |
| {{ __('app.preapplication.mail') }}: | |
| {{ __('app.preapplication.firstname') }}: | |
| {{ __('app.preapplication.lastname') }}: | |
| {{ __('app.preapplication.location') }}: |
{{ __('app.preapplication.noevent') }}
@endif @endsection