@if (!count($staffHistory))

Search results:

Found 0 records

@else

@lang("content.list")

{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach($periodUnique as $each)--}} {{-- @if ($period == "Monthly")--}} {{-- --}} {{-- @elseif ($period == "Weekly")--}} {{-- --}} {{-- @else--}} {{-- --}} {{-- @endif--}} {{-- @endforeach--}} {{-- --}} @php $totalSecs = $i = 0 @endphp @foreach($staffHistory["list"] as $id => $data) @foreach($data["history"] as $each) @php $seconds = CalculateDifference($each->condition_from, $each->condition_to, true) @endphp @if (!$each->condition->skip_total) @php $totalSecs += $seconds @endphp @endif @php $dayOffsClass = $each->condition->name == "DAY OFF" ? "day_off" : "" @endphp {{-- --}} @endforeach @endforeach
No@lang("content.picture")Staff No @lang("content.first_name") @lang("content.last_name") @lang("content.position") @lang("content.cost_center") @lang("content.company") @lang("content.base")@lang("content.cost_center")@lang("content.company")@lang("content.actual_hours"){{ digitMonthYearToReadable($each) }}Week {{ $each }}{{ $each }}@lang("content.duty") @lang("content.from") @lang("content.to") @lang("content.duration") @lang("content.rmks") @lang("content.created_at")@lang("content.created_by")
{{ ++$i }} {{ $each->user->staff_number }} user->id}/edit?s=".rand(100, 999)) }}">{{ $each->user->first_name }} user->id}/edit?s=".rand(100, 999)) }}">{{ $each->user->last_name }} {{ getUserPositionName($each->user) }} {{ $each->user->cost_center }} {{ $each->user->company }} {{ \App\Models\User::getStation($each->user) }} {{ $each->condition->name }} {{ baseDateFormat($each->condition_from, true) }} {{ baseDateFormat($each->condition_to, true) }} {{ convertToHoursMinutes($seconds, true) }} {{ $each->notes }} {{ baseDateFormat($each->created_at, true) }}{{ getUserName($each->createdBy) }}
Total {{ convertToHoursMinutes($totalSecs, true) }}
@endif