@if($export == '1')
@endif
{{Str::upper($storeName)}} {{__('lbl.biweekly_payroll')}} |
|||||
{{ __('lbl.from') }} {{$timeFilter['start']}} {{ __('lbl.to') }} {{$timeFilter['end']}} |
|||||
{{ __('lbl.employee') }} | {{ __('lbl.category') }} | {{ __('lbl.sub_location') }} | @if($week_count == 1){{ __('lbl.total_hours') }} | @else @foreach (range(1, $week_count) as $i){{ __('lbl.total_hours_week') }} {{$i}} | @endforeach @endif{{ __('lbl.regular_hours_total') }} |
---|---|---|---|---|---|
{{ $dList[1]['employee_name'] }} | Hourly | {{ $dList[1]['establishment_name'] }} | @foreach (range(1, $week_count) as $i) @if (isset($dList[$i])) @php $regular_hours_seconds = $regular_hours_seconds + $dList[$i]['total_seconds'] @endphp{{ $dList[$i]['total_hours'] }} | @else@endif @endforeach | {{Helper::convertToHoursMins($regular_hours_seconds,1)}} |
{{ __('lbl.no_record_found') }} |