@forelse($worklogs as $worklog)

{!! $worklog->name !!}

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

{!! $worklog->details !!}

@empty @endif