Project | Comment | Hours | Entry date | Actions |
---|---|---|---|---|
{{--
--}}
{{ $event->project->project_name ?? 'deleted project' }} {{ $event->team->where(['id' => $event->team_id])->get()[0]['team_name'] ?? 'No team' }} {{-- {{ $event->project->project_description ?? null }} --}} {{ !empty($event->task->task_name) ? 'task: '.($event->task->task_name ?? null) : 'no specific task' }} |
@if(!is_null($event->comment))
{{-- {{ substr($event->comment, -30) ?? 'No comments' }} --}}
{{-- {{ substr($event->comment, -250) ?? 'No comments' }} --}}
{{ ($event->comment) ?? 'No comments' }}
@else
{{ 'No comments' }}
@endif
|
@if ($first_in_day)
{{ $event['date'] ?? null }}
|
{{ $event['created_at'] ?? null }} |
@if ($event->isDeletable())
none
@endif
|