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

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

@endsection @section('content')

{{ $title }}

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