@forelse($testings as $testing)

{!! $testing->name !!}

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

{!! $testing->details !!}

@empty @endif