Laporan SPPD

@if (session()->has('message')) @endif
Filter

Hasil Filter Tabel

Laporan SPPD
Ditemukan {{ count($sppds) }} data SPPD
Loading...

Memuat data...


@forelse($sppds as $index => $sppd) @empty @endforelse
No Maksud Perjalanan Dinas No SPPD Tanggal Berlaku Bidang Status Action
{{ ($currentPage - 1) * $perPage + $index + 1 }} {{ $sppd->maksud_perjalanan_dinas }} {{ $sppd->nomor_sppd }} @if ($sppd->tanggal_berangkat && $sppd->tanggal_kembali) {{ \Carbon\Carbon::parse($sppd->tanggal_berangkat)->format('d/m/Y') }} - {{ \Carbon\Carbon::parse($sppd->tanggal_kembali)->format('d/m/Y') }} @elseif($sppd->tanggal_berangkat) {{ \Carbon\Carbon::parse($sppd->tanggal_berangkat)->format('d/m/Y') }} @else - @endif {{ $sppd->bidang->nama ?? '-' }} Terlaksana
Tidak ada data SPPD yang ditemukan
@if ($totalRecords > 0) Showing {{ $this->getStartRecord() }} to {{ $this->getEndRecord() }} of {{ $totalRecords }} entries @if ($search) (filtered from total entries) @endif @else Showing 0 to 0 of 0 entries @endif
@if ($totalRecords > 0 && $this->getTotalPages() > 1)
    @php $totalPages = $this->getTotalPages(); $start = max(1, $currentPage - 2); $end = min($totalPages, $currentPage + 2); @endphp @if ($start > 1)
  • 1
  • @if ($start > 2)
  • ...
  • @endif @endif @for ($i = $start; $i <= $end; $i++)
  • {{ $i }}
  • @endfor @if ($end < $totalPages) @if ($end < $totalPages - 1)
  • ...
  • @endif
  • {{ $totalPages }}
  • @endif
@endif