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

Edit Spare Part

@csrf @method('PUT')

Basic Information

Pricing & Stock

@if($sparePart->images && count($sparePart->images) > 0)
@foreach($sparePart->images as $image)
Part Image
@endforeach

Click the red X to mark images for removal

@endif

Status Options

Cancel
@endsection