@lang('app.attendanceDetails')
--
@foreach ($departments as $team)
{{ $team->team_name }}
@endforeach
@foreach ($employees as $item)
@endforeach
@foreach ($location as $locations)
is_default == 1) selected @endif value="{{ $locations->id }}"> {{ $locations->location }}
@endforeach
--
@for ($i = $year; $i >= $year - 4; $i--)
{{ $i }}
@endfor
@lang('modules.attendance.office')
@lang('modules.attendance.home')
@lang('modules.attendance.other')
@lang('app.save')
@lang('app.cancel')