@forelse($programs as $program)

{!! $program->name !!}

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

{!! $program->details !!}

@empty @endif