@php $logoPath = public_path('Dokumente/c3govsticker.png'); $logoData = base64_encode(file_get_contents($logoPath)); $logoSrc = 'data:image/png;base64,' . $logoData; @endphp Voranträge

Voranträge gem. § 5 C3GovVerwV für die (temporäre) Bz.Reg.-Erw.

{{ $event->name }}

der Bezirksregion CCC

Gültig vom {{ $event->from_date_visible->toDateString() }} bis einschließlich dem {{ $event->to_date_visible->toDateString() }}

@foreach($applications as $application)

Vorantrag {{ $application->reference_number }}



Folgende Entität hat einen Vorantrag gemäß § 5 C3GovVerwV gestellt:



Vorname: {{ $application->first_name }}
Nachname: {{ $application->last_name }}
Ort/Hackspace: {{ $application->location }}
Datenbankerfassung am: {{ $application->created_at }}
Interne Notizen: {{ $application->notes }}


Obige Angaben sind vor Ausstellung zu prüfen und mittels Formblatt 5 zu genehmigen.




Bearbeitungsvermerke
@endforeach