@extends('header') @section('head') @parent @stop @section('content') @if ($errors->first('time_log'))
{{ $task->getStartTime() }} - @if (Auth::user()->account->timezone_id) {{ $timezone }} @else {!! link_to('/settings/localization?focus=timezone_id', $timezone, ['target' => '_blank']) !!} @endif
@if ($task->hasPreviousDuration()) {{ trans('texts.duration') . ': ' . Utils::formatTime($task->getDuration()) }}{!! Button::primary(trans('texts.edit_details'))->withAttributes(['onclick'=>'showTimeDetails()'])->small() !!}
@endif