@extends('layouts.app') @section('title', 'Edit Barang') @section('page-title', 'Edit Barang') @section('content')
Edit: {{ $item->description }}
@csrf @method('PUT') @include('items._form')
Batal
@endsection