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

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

@endsection @section('content')

{{ $title }}

@foreach ($kantor_layanan as $item)
@csrf

SIMPANAN WAJIB

%

TITIPAN

%
%

SIMPANAN SUKARELA

%

PAJAK BONUS/BAGIHASIL

%
@endforeach
@endsection @section('js') @endsection