@extends('layouts.detail')
@section('title')
SK & SOP
@endsection
@section('title-navbar')
SK & SOP
@endsection
@section('content')
Surat Keputusan & Standar Operasional Prosedur Satuan
Kepatuhan Internal
Balai Kekarantinaan Kesehatan Kelas I Pontianak
Surat Keputusan
| No |
Nama |
Lihat |
@forelse ($dataSK as $item)
| {{ $loop->iteration }} |
{{ $item->nama }} |
✔
|
@empty
| Data SK belum tersedia |
@endforelse
Standar Operasional Prosedur
| No |
Nama |
Lihat |
@forelse ($dataSOP as $item)
| {{ $loop->iteration }} |
{{ $item->nama }} |
✔
|
@empty
| Data SOP belum tersedia |
@endforelse
@endsection