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

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

@endsection @section('content')

{{ $title }}

@foreach($petugas as $item) @endforeach
No ID Petugas Nama Petugas Jabatan Aksi
{{ $loop->iteration }} {{ $item['IDPETUGAS'] }} {{ $item['NAMAPETUGAS'] }} {{ $item['JABATAN'] }}
@endsection