@php $officename = null; $office_address = null; $email = null; $telephone = null; $voip = null; $included_logo = null; $logoPath = null; $parentLogo = null; if ($data['header']) { $officename = $data['header']['officename']; $office_address = $data['header']['office_address']; $email = $data['header']['email']; $telephone = $data['header']['telephone']; $voip = $data['header']['voip']; $included_logo = $data['header']['included_logo']; $logoPath = $data['header']['logo_path']; $parentLogo = $data['header']['parent_logo_path']; } $localVoip = ($voip) ? 'Local ' . $voip : ''; $logoPath = $data["logoPath"]; $parentLogoPath = $data["parentLogoPath"]; @endphp {{ $data["job_code"] }} - Assessment Summary
@if ($data['header'])
@if ($included_logo == 'higher' && $parentLogoPath) LOGO @endif @if ($included_logo && $logoPath) LOGO @endif
{{ $officename }}
Visca, Baybay City, Leyte, 6521-A PHILIPPINES
Telefax: {{ $telephone }}; {{ $localVoip }}
Email: {{ $email }}
Website: www.vsu.edu.ph
@else
{{ strtoupper('Office of the Director for Human Resource Management') }}
G/F Administration Building
Visca, Baybay City, Leyte, 6521-A PHILIPPINES
Telefax: +63 53 563 7643; Local 1060
Email: odahrd@vsu.edu.ph
Website: www.vsu.edu.ph
@endif

RANKING OF TEACHING APPLICANTS

@php $ctr = 0; $ctrrr = 1; $applicantSize = sizeOf($data["applicants_full"]); //$excessSizePerPage = 0; //$excessSize = ($applicantSize > 9) ? 9 : $applicantSize; @endphp @for ($i = 0; $i < $applicantSize; $i++) @php ++$ctr; @endphp @for ($j = 0; $j < sizeOf($data["ratings"][$i]); $j++) @endfor @endfor {{--@for ($iii = 0; $iii < 15; $iii++)--}} {{--@php ++$ctrrr; @endphp--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--@endfor--}}
Name of Applicant Academic
Background
(40%)
Work
Experience
(10%)
Professional
Development
Achievement
& Honors
(10%)
Interview
(10%)
Teaching
Demonstration
(20%)
Eligibility
(5%)
Other
Qualification
(5%)
Total
(100%)
Rank
{{ $ctr . ') ' . ucwords(mb_convert_case($data["applicants_full"][$i]["fullname"], MB_CASE_LOWER, "UTF-8")) }}{{ $data["ratings"][$i][$j] }}{{ $ctr }}
{{ $ctrrr }}) David C. Van Tongelen0.000.000.000.000.000.000.000.000.00
@php $committee_size = sizeOf($data["recruit_personnel"]["members"]); $perRow = 3; $rowCount = ceil($committee_size / $perRow); $rolectr = 0; @endphp @for($pc = 0; $pc < $rowCount; $pc++) @php $temp = $pc; $start = ($pc > 0) ? ($temp * $perRow) : 0; $lengthh = $perRow; $dataArr = $data["recruit_personnel"]["members"]; $arrr = array_slice($dataArr, $start, $lengthh, true); @endphp @foreach($arrr as $ddc) @php $rolectr++; @endphp @endforeach @endfor