@forelse($timesheets as $timesheet)

{!! $timesheet->name !!}

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

{!! $timesheet->details !!}

@empty @endif