@if (
(isset($monthly_student_unofficial) &&
isset($monthly_student_official) &&
$monthly_student_unofficial->isNotEmpty()) ||
$monthly_student_official->isNotEmpty())
Performance Report: 1 {{ $monthName }} {{ $year }}
Performance on {{ $monthName }} {{ $year }}
| Type of Activity Transcript |
Number of issue generated by The system |
| Unofficial |
{{ $unofficialCount }} |
| Official |
{{ $officialCount }} |
Detail of Activity Transcript ({{ $monthName }} {{ $year }})
| No |
Student ID |
Name |
AT Type |
AT-U |
Date of issue |
@foreach ($monthly_student_unofficial as $key => $monthlyunof)
| {{ ++$key }} |
{{ $monthlyunof->student_code }} |
{{ $monthlyunof->student_name }} |
{{ $monthlyunof->payment_status_un_of }} |
{{-- {{ substr(date('Y'), 2) }} / {{ $monthlyunof->participant_number_at }} | --}}
{{ substr(date('Y'), 2) }} / {{ $monthlyunof->payment_code }} |
{{ $monthlyunof->created_at }} |
@endforeach
| No |
Student ID |
Name |
AT Type |
AT No |
Date of issue |
@foreach ($monthly_student_official as $key => $monthlyof)
| {{ ++$key }} |
{{ $monthlyof->student_code }} |
{{ $monthlyof->student_name }} |
{{ $monthlyof->payment_status_un_of }} |
{{ substr(date('Y'), 2) }} / {{ $monthlyof->payment_code }} |
{{ $monthlyof->created_at }} |
@endforeach
@else
Performance Report: 1 {{ $monthName }} {{ $year }}
Performance on {{ $monthName }} {{ $year }}
| Type of Activity Transcript |
Number of issue generated by The system |
| Unofficial |
0 |
| Official |
0 |
Detail of Activity Transcript ({{ $monthName }} {{ $year }})
| No |
Student ID |
Name |
AT Type |
AT-U |
Date of issue |
| 0 |
0 |
0 |
0 |
0 |
0 |
| No |
Student ID |
Name |
AT Type |
AT No |
Date of issue |
| 0 |
0 |
0 |
0 |
0 |
0 |
@endif