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

{{ __("app.preapplication.edit.title") }}

{{ __("app.preapplication.edit.description") }}

{{ __('app.preapplication.passport_type') }}:
d = {{ __('app.preapplication.passport.standard') }}
k = {{ __('app.preapplication.passport.kid') }}

@foreach($applications as $appl) @endforeach
{{ __('app.preapplication.region') }} {{ __('app.preapplication.reference_number') }} {{ __('app.preapplication.firstname') }} {{ __('app.preapplication.lastname') }} {{ __('app.preapplication.location') }} {{ __('app.preapplication.mail') }} {{ __('app.preapplication.passport_type') }} {{ __('app.preapplication.created_at') }} {{ __('app.preapplication.actions') }}
{{ $appl->event()->first()->name }} {{ $appl->reference_number }} {{ $appl->created_at }}
{{ __('app.preapplication.edit.generated') }}
@endsection