@forelse($clients as $client)

{!! $client->name !!}

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

{!! $client->details !!}

@empty @endif