@forelse($notifications as $notification)

{!! $notification->name !!}

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

{!! $notification->details !!}

@empty @endif