@extends('layouts.app') @section('content')

Edit Jenis Item

@csrf @method('PUT') @include('jenis_item.form')
@endsection