×
Update Time Log
{!! Form::open(['id'=>'updateTime','class'=>'ajax-form','method'=>'PUT']) !!}
@lang('modules.timeLogs.employeeName')
@forelse($project->members as $member)
user->id == $timeLog->user_id) selected @endif value="{{ $member->user->id }}">{{ $member->user->name }}
@empty
No member added to project
@endforelse
Start Date
End Date
end_time)) value="{{ $timeLog->end_time->timezone($global->timezone)->format('m/d/Y') }}" @else value="{{ \Carbon\Carbon::today()->format('m/d/Y') }}" @endif>
Start Time
End Time
end_time)) value="{{ $timeLog->end_time->timezone($global->timezone)->format('h:i A') }}" @endif id="end_time" class="form-control">
Total Time
0 Hours 0 Minutes
Memo
Save
{!! Form::close() !!}