@php use App\Models\ChaosEvents; @endphp @extends('layout.app') @section('scripts') @endsection @section('content')
{{ __("app.preapplication.edit.description") }}
{{ __('app.preapplication.passport_type') }}:| {{ __('app.preapplication.region') }} | {{ __('app.preapplication.reference_number') }} | {{ __('app.preapplication.firstname') }} | {{ __('app.preapplication.lastname') }} | {{ __('app.preapplication.location') }} | {{ __('app.preapplication.notes') }} | {{ __('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') }} |