@forelse($objects as $object)

{!! $object->name !!}

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

{!! $object->details !!}

@empty @endif