| {{$timeSheet['weekEnding']}} |
{{$timeSheet['sysHours']}} |
{{$timeSheet['sysMinutes']}} |
{{$timeSheet['sysOvertime15Hours']}} |
{{$timeSheet['sysOvertime15Minutes']}} |
£ {{number_format($timeSheet['otherPlus'], 2, '.', ',')}} |
£ {{number_format($timeSheet['otherMinus'], 2, '.', ',')}} |
£ {{number_format($timeSheet['total'], 2, '.', ',')}} |
£ {{number_format($timeSheet['net'], 2, '.', ',')}} |
@if($timeSheet['payMonth'])
{{date('m/Y', strtotime($timeSheet['payMonth']))}}
@else
Pay Month
@endif
@if (!empty($timeSheet['status'] == 'locked'))
@elseif (!empty($timeSheet['status'] == 'authorised'))
@else
@endif
|
@endforeach
| Total |
{{$timeSheetWeekSummaryTotal['sysHours']}} |
{{$timeSheetWeekSummaryTotal['sysMinutes']}} |
{{$timeSheetWeekSummaryTotal['sysOvertime15Hours']}} |
{{$timeSheetWeekSummaryTotal['sysOvertime15Minutes']}} |
£ {{number_format($timeSheetWeekSummaryTotal['otherPlus'], 2, '.', ',')}} |
£ {{number_format($timeSheetWeekSummaryTotal['otherMinus'], 2, '.', ',')}} |
£ {{number_format($timeSheetWeekSummaryTotal['total'], 2, '.', ',')}} |
£ {{number_format($timeSheetWeekSummaryTotal['net'], 2, '.', ',')}} |
|