@method('PUT')
@lang('app.timeLogDetails')
--
@foreach ($projects as $project)
id == $timeLog->project_id) selected @endif value="{{ $project->id }}"> {{ $project->project_name }}
@endforeach
--
@if ($timeLog->task_id)
{{ $timeLog->task->heading }}
@endif @foreach ($tasks as $item)
id == $timeLog->task_id) selected @endif value="{{ $item->id }}"> {{ $item->heading }}
@endforeach
@if ($editTimelogPermission == 'all')
--
@forelse ($employees as $item) @empty @endforelse
@else
@endif
{{ $timeLog->hours }}
@lang('app.save')
@lang('app.cancel')