Update Time Log

{!! Form::open(['id'=>'updateTime','class'=>'ajax-form','method'=>'PUT']) !!}
end_time)) value="{{ $timeLog->end_time->timezone($global->timezone)->format('m/d/Y') }}" @else value="{{ \Carbon\Carbon::today()->format('m/d/Y') }}" @endif>
end_time)) value="{{ $timeLog->end_time->timezone($global->timezone)->format('h:i A') }}" @endif id="end_time" class="form-control">

0 Hours 0 Minutes

{!! Form::close() !!}