@forelse($workflows as $workflow)

{!! $workflow->name !!}

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

{!! $workflow->details !!}

@empty @endif