{{--
--}} {{--
Profile Image
Full Name : {{ $user->firstname }} {{ $user->lastname }} Email : {{ $user->email }} Phone : {{ $user->phone }} School ID : {{ $user->student_no }} Address : {{ $user->address }} Gender : {{ $user->gender }} Date Started : {{ $user->starting_date }} E-Name : {{ $user->emergency_contact_fullname }} E-Contact : {{ $user->emergency_contact_number }} E-Address : {{ $user->emergency_contact_address }}

Yearly Hours Summary

@php $totalHoursOverall = 0; @endphp @foreach ($yearlyTotals as $yearData) @php $totalHoursOverall += $yearData['total_hours']; @endphp

Year {{ $yearData['year'] }} Total: {{ $yearData['total_hours'] }} hrs

@foreach ($yearData['months'] as $monthData) @endforeach
{{ $monthData['month_name'] }} {{ $monthData['total_hours'] }} hrs
@endforeach
Total Overall Hours {{ $totalHoursOverall }} hrs
--}}

DTR Summary

{{--
Profile Image
Full Name : {{ $user->firstname }} {{ $user->lastname }} Email : {{ $user->email }} Phone : {{ $user->phone }} School ID : {{ $user->student_no }} Address : {{ $user->address }} Gender : {{ $user->gender }} Date Started : {{ $user->starting_date }} E-Name : {{ $user->emergency_contact_fullname }} E-Contact : {{ $user->emergency_contact_number }} E-Address : {{ $user->emergency_contact_address }}
--}}
@php $totalHoursOverall = 0; @endphp @foreach ($yearlyTotals as $yearData) @php $totalHoursOverall += $yearData['total_hours']; @endphp

Year {{ $yearData['year'] }} Total: {{ ((int) filter_var($data['hours_worked'], FILTER_SANITIZE_NUMBER_INT) / 60) }} hrs

@foreach ($yearData['months'] as $monthData) @endforeach
{{ $monthData['month_name'] }} {{ $monthData['total_hours'] }} hrs
@endforeach
Total Overall Hours hasjkdhakjsdj {{ ((int) filter_var($totalHoursOverall, FILTER_SANITIZE_NUMBER_INT) / 60) }} hrs