Fristen, index, css
This commit is contained in:
@@ -16,14 +16,17 @@
|
||||
|
||||
<p>{!! __('app.preapplication.content') !!}</p>
|
||||
|
||||
@forelse (ChaosEvents::getActiveEvents() as $event)
|
||||
@if (ChaosEvents::getActiveEvents()->count() > 0)
|
||||
<div class="eingabemaske">
|
||||
<table class="eingabetabelle">
|
||||
<tr>
|
||||
<td>{{ __('app.preapplication.region') }}:</td>
|
||||
<td><select name="district_region" id="district_region">
|
||||
<option value="{{ $event->id }}">{{ $event->name }} ({{ $event->from_date_visible->format('Y-m-d') }} - {{ $event->to_date_visible->format('Y-m-d') }})</option>
|
||||
</select></td>
|
||||
@foreach(ChaosEvents::getActiveEvents() as $event)
|
||||
<option value="{{ $event->id }}">{{ $event->name }} ({{ $event->from_date_visible->format('Y-m-d') }} - {{ $event->to_date_visible->format('Y-m-d') . ") - " . __('app.preapplication.time_ends') . ": " . $event->to_date_internal->format('Y-m-d')}}</option>
|
||||
@endforeach
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{ __('app.preapplication.passport_type') }}:</td>
|
||||
@@ -56,8 +59,8 @@
|
||||
|
||||
</div>
|
||||
|
||||
@empty
|
||||
@else
|
||||
<p><b>{{ __('app.preapplication.noevent') }}</b></p>
|
||||
@endforelse
|
||||
@endif
|
||||
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user