@extends('layouts.detail') @section('title') Wilayah Kerja @endsection @section('title-navbar') Wilayah Kerja @endsection @section('content')
{!! $wilkerText->text !!}
@endif| No | Tempat Kedudukan | Alamat | Nama Kepala |
|---|---|---|---|
| {{ $index + 1 }} | {{ $item->tempat }} | {{ $item->alamat }} | {{ $item->nama_kepala }} |