@extends('layouts.master') @section('title', 'Monthly List') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header')

Monthly Report

{{--

Hello! This is Sandbox

--}}
Monthly Report

{{--
--}}
{{--
--}} {{--
--}}
{{-- --}}
@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 }})

@foreach ($monthly_student_unofficial as $key => $monthlyunof) {{-- --}} @endforeach
No Student ID Name AT Type AT-U Date of issue
{{ ++$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 }}


@foreach ($monthly_student_official as $key => $monthlyof) @endforeach
No Student ID Name AT Type AT No Date of issue
{{ ++$key }} {{ $monthlyof->student_code }} {{ $monthlyof->student_name }} {{ $monthlyof->payment_status_un_of }} {{ substr(date('Y'), 2) }} / {{ $monthlyof->payment_code }} {{ $monthlyof->created_at }}
@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
@include('layouts.footer') @endsection