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

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

@endsection @section('content')
@foreach($rek_kas_petugas as $item) @endforeach
No Kode Kas Aksi
{{ $loop->iteration }} {{ $item['KDTELR'] }} {{ $item['NMTELR'] }}
@endsection