@lang('modules.timeLogs.stopTimer')
{!! Form::open(['id'=>'stopTimer','class'=>'ajax-form','method'=>'PUT']) !!} {!! Form::hidden('timeId', $timeLog->id) !!} @if(!is_null($timeLog->task_id))
@lang('app.task')# {{ $timeLog->task_id }} - {{ ucwords($timeLog->task->heading) }}
@else
@lang('app.project')# {{ $timeLog->project_id }} - {{ ucwords($timeLog->project->project_name) }}
@endif
@lang('modules.timeLogs.memo') :-
{!! ucfirst($timeLog->memo) !!}
{{ $timeLog->timer }}
@lang('modules.timeLogs.stopTimer')
{!! Form::close() !!}