@extends('layouts.detail') @section('title') Wilayah Kerja @endsection @section('title-navbar') Wilayah Kerja @endsection @section('content')
Wilayah Kerja

Balai Kekarantinaan Kesehatan Kelas I Pontianak

Logo Kemenkes

Wilayah Kerja

@if ($wilkerText)

{!! $wilkerText->text !!}

@endif
@foreach ($wilkers as $index => $item) @endforeach
No Tempat Kedudukan Alamat Nama Kepala
{{ $index + 1 }} {{ $item->tempat }} {{ $item->alamat }} {{ $item->nama_kepala }}
@endsection