@extends('admin-layouts.master') @section('title', 'Penerbitan Cek SKPT') @section('content')
| NO | NO_REG | THN_REG | NAMA PEMOHON | TGL_BA PENELITIAN | NO_BA PENELITIAN | TGL_SKPT | NO_SKPT | STATUS | ACTION |
|---|---|---|---|---|---|---|---|---|---|
| {{ $applications->firstItem() + $index }} | {{$app->no_registrasi}} | {{ $app->created_at->format('Y') }} | {{ strtoupper($app->nama_pemohon) }} | {{ $app->dataPeninjauan->ba_tanggal ? $app->dataPeninjauan->ba_tanggal->format('d M Y') : '-' }} | {{ $app->dataPeninjauan->nomor_ba_penelitian ?? '-' }} | {{ $app->created_at->format('d M Y') }} | {{ explode('-', $app->no_registrasi)[2] ?? '' }} | @if($app->status_permohonan == 'SELESAI') SELESAI @else BELUM SELESAI @endif |
{{-- --}}
@if($app->status_permohonan == 'SELESAI')
@endif
|
Tidak ada dataBelum ada data SKPT yang siap untuk diterbitkan |
|||||||||