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

@php $title = "produk simpanan berencana" @endphp {{ strtoupper($title) }}

@endsection @section('content')

Ubah {{ $title }}

@foreach ($produk_simpanan_berencana as $item)
@csrf

@endforeach
@endsection