@extends("app.layout.base") @section("title") Events - Tilmeldte @endsection @section("content")
@foreach($events as $UE) @if ($UE->name_first != null && $UE->name_last != null && $UE->phone != null && $UE->event_id != null && $UE->user_id != null) @endif @endforeach @if(count($events) == 0)

Der er ingen tilmeldte

@endif
{{ __('msg.tilmeldtesnavn') }}
{{ $UE->name_first }} {{ $UE->name_last }}
@endsection