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

Edit Barang

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