@extends('layouts.vendor') @section('title', 'Edit Spare Part') @section('content')

Edit Spare Part

Update spare part information

Back to Parts
@csrf @method('PUT')
@include('vendor.spare-parts.form', ['sparePart' => $sparePart])
Cancel
@endsection