@forelse($posts as $post)

{!! $post->name !!}

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

{!! $post->details !!}

@empty @endif