@extends('layouts.detail') @section('title', 'Laporan SKI') @section('title-navbar') Laporan Satuan Kepatuhan Internal @endsection @section('content')
Laporan Satuan Kepatuhan Internal

Balai Kekarantinaan Kesehatan Kelas I Pontianak

@forelse ($data as $item) @empty @endforelse
Tahun Semester Lihat
{{ $item->tahun }} {{ $item->semester }} @if ($item->file_pdf) @else - @endif
Data belum tersedia
@endsection