@php
$userCreate = $cardEvent->listUserCreate;
$userImagePath3 = $userCreate && $userCreate->id !== null
? $storageImagePath . $userCreate->id . '.jpg'
: null;
$imagemDePerfil3 = $userImagePath3 && file_exists(public_path($userImagePath3))
? asset($userImagePath3)
: asset($defaultImagePath);
@endphp
{{ $cardEvent->listUserCreate->nome ?? '' }}
{{-- {{ date('d-m-Y H:i:s', strtotime($cardEvent->event_date)) }} --}}
@foreach($cardEvent->cardEventTypes as $key => $item)
{{ $item->description }}
@endforeach
@foreach($cardEvent->attachmets as $key => $item)