@if(file_exists(public_path('image/UMP.png'))) @endif Fakulti Komputeran
Faculty of Computing
Universiti Malaysia Pahang
26600 Pekan, Pahang
Tel: +609-424 5000
Email: fk@umpsa.edu.my Laman Web: www.umpsa.edu.my
Our Ref: {{ $ref }}({{ $num }})
Our Ref: {{ $ref }}({{ $num }})
Tarikh: {{ $date }}
@php $refNumber = str_pad((string) $num, 3, '0', STR_PAD_LEFT); $company = $students->first(); $addressLines = array_values(array_filter([ $company->COMPANY_NAME ?? null, $company->COMPANY_ADDRESS_1 ?? null, $company->COMPANY_ADDRESS_2 ?? null, $company->COMPANY_ADDRESS_3 ?? null, $company->COMPANY_ADDRESS_4 ?? null, $company->STATE ?? null, $company->COUNTRY ?? null, ])); @endphp
@foreach($addressLines as $line)
{{ $line }}
@endforeach
Attention (Dr/Mr./Mrs.):
@if(isset($supervisors) && count($supervisors) > 0) @foreach($supervisors as $sv) {{ $sv }}
@endforeach @else - @endif

Dear Dr/Mr./Mrs.,

APPOINTMENT AS INDUSTRY SUPERVISOR FOR STUDENT FROM FACULTY OF COMPUTING {{ $semester }} {{ $sesi }} WITH INDUSTRIAL TRAINING ({{ $kod }})

2. On behalf of the Faculty of Computing, we are pleased to appoint you dear Dr./Mr./Mrs. as Industry Supervisor to our student in the faculty (the list is attached) starting on March till August 2026.

3. As Industry Supervisor, you are required to evaluate the assigned student, two (2) times which contributes 80% marks in total. The schedule is stated below and the rubric for these evaluations as per attached.

First Evaluation: {{ $penilaian1 }}
{{ $markah1 }}%
Week of the Industrial Training duration: 7–8
Second Evaluation: {{ $penilaian2 }}
{{ $markah2 }}%
Week of the Industrial Training duration: 17–18

4. The evaluation will be done via Google Forms. You will be reminded through email, THREE days (3) before the evaluation starts. The purpose of this evaluation is to monitor the student's performance and obtain feedback from industries.

5. The students are required to present to the Industry & Faculty supervisors during the First and Second Evaluation either online or through a requested physical meeting (if required).

6. Attached herewith is an attachment of the UMP industrial training policy and evaluation criteria for Industrial Supervisors. Any questions or concerns, you can contact the representative below.

Industrial Training Coordinator
@foreach($coordinator as $c) @endforeach
NamePhoneEmail
{{ $c['name'] ?? '-' }} {{ $c['phone'] ?? '-' }} {{ $c['email'] ?? '-' }}
Industrial Training Committee
@foreach($committee as $m) @endforeach
Name Phone Email
{{ $m['name'] ?? '-' }} {{ $m['phone'] ?? '-' }} {{ $m['email'] ?? '-' }}

We thank you for your cooperation and attention. Hopefully, we may get mutual benefits from both of us.

Thank you again.

"MALAYSIA MADANI"
"BERKHIDMAT UNTUK NEGARA"
"Teknologi Untuk Masyarakat"

Yours sincerely,


(ASSOCIATE PROFESSOR DR. MOHD NIZAM BIN MOHAMAD KAHAR)
Dean
Faculty of Computing
Universiti Malaysia Pahang

Placement: {{ $students->first()->COMPANY_NAME ?? '-' }}

Student Details:

@php $groupedByISV = $students->groupBy('SUPERVISOR_INDUSTRY_NAME'); @endphp @foreach($groupedByISV as $supervisorName => $supervisorStudents)

Industry Supervisor: {{ $supervisorName ?: '-' }}

@foreach($supervisorStudents as $student) @endforeach
Student ID Student Name Job Scope Faculty Supervisor Contact
{{ $student->STUDENT_ID ?? '-' }} {{ $student->STUDENT_NAME ?? '-' }} {!! nl2br(e($student->JOB_SCOPE ?? '-')) !!} {{ $student->FACULTY_SUPERVISOR ?? '-' }} {{ $student->SV_CONTACT_NO ?? '-' }}
@endforeach