@extends('layouts.app') @section('page-title')
| # | @lang('modules.projects.whoWorking') | @if($logTimeFor->log_time_for == 'task') @lang('app.task') @else @lang('app.project') @endif @lang('app.name') | @lang('modules.projects.activeSince') | |
|---|---|---|---|---|
| {{ $key+1 }} | {{ ucwords($time->name) }} | {{ ucwords($time->project_name) }} | {{ $time->duration }} | @lang('app.stop') |
| @lang('messages.noActiveTimer') | ||||
| @lang('app.id') | @if($logTimeFor->log_time_for == 'task')@lang('app.task') | @else@lang('app.project') | @endif@lang('app.menu.employees') | @lang('modules.timeLogs.startTime') | @lang('modules.timeLogs.endTime') | @lang('modules.timeLogs.totalHours') | @lang('app.earnings') | @lang('modules.timeLogs.memo') | @lang('app.action') |
|---|