Skip to content

Commit

Permalink
add tidak pindah on personel cabang
Browse files Browse the repository at this point in the history
  • Loading branch information
punkestu committed Jan 3, 2025
1 parent c172fa6 commit 80169e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/views/personel/cabang.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ class="sticky top-0 text-xs text-gray-700 uppercase bg-gray-50 dark:bg-gray-700
<th scope="col" class="px-6 py-3">
Job Text
</th>
<th scope="col" class="px-6 py-3">
Tidak Pindah
</th>
<th scope="col" class="px-6 py-3">
Pengajuan Pindah
</th>
Expand Down Expand Up @@ -266,6 +269,9 @@ class="px-6 py-4 font-medium text-gray-900 whitespace-nowrap dark:text-white">
<td class="px-6 py-4">
{{ $personel->job_text }}
</td>
<td class="px-6 py-4">
{{ $personel->tidak_pindah ? 'Tidak pindah sampai ' . date('j F, Y', strtotime($personel->expired)) : '-' }}
</td>
<td class="px-6 py-4">
@if (count($personel->pengajuan_pindah) > 0)
<button data-modal-target="detail-pindah-modal"
Expand Down

0 comments on commit 80169e3

Please sign in to comment.