| Creator | @endifNote | Start | End | Action |
|---|---|---|---|---|
| {{ $row->getCreator()->name }} | @endif@if(!empty($row->notes->first())) {{ $row->notes->first()->body }} @endif | {{ $row->start->format('j M y H:i') }} | @if(empty($row->end)) {!! link_to_route('worklog.edit', 'Complete', $parameters = [$row->id], $attributes = ['class' => 'btn btn-primary f07']) !!} @else {{ $row->end->format('j M y H:i') }} @endif |
{!! link_to_route('worklog.edit', 'Edit',
$parameters = [$row->id],
$attributes = ['class' => 'btn btn-primary f07']) !!}
|