{{ __('Edit Part') }}

{{ $part->name }}

{{ __('Update this part\'s details.') }}

@csrf @method('PATCH') @include('parts._form')
{{ __('Cancel') }}

{{ __('Delete this part') }}

{{ __('The part will be removed from your catalog. Its history is kept and it can be restored later by support.') }}

@csrf @method('DELETE')