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

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

@endsection @section('content')

Ubah {{ $title }}

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