@extends('layouts.app') @section('title', 'Edit Spare Part') @section('breadcrumb') @endsection @section('content')
Kode: {{ $sparePart->code }}
@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
Rp
Rp
Batal
@endsection