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

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

@endsection @section('content')

Ubah {{ $title }}

@foreach ($rek_kas_petugas as $item)
@csrf
@endforeach
@endsection