@extends('templates.master') @section('breadcrumb')

@php $title = "jabatan" @endphp {{ strtoupper($title) }}

@endsection @section('content')
@foreach ($jabatan as $item) @endforeach
No Kode Nama Jabatan Aksi
{{ $loop->iteration }} {{ $item['KDJABT'] }} {{ $item['KETERA'] }}
@endsection