@forelse($events as $event)

{!! $event->name !!}

{!! $event->email !!}
Verified Approved

{!! $event->details !!}

@empty @endif