{{ __('Edit Supplier') }}

{{ $supplier->name }}

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

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

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

{{ __('The supplier will be removed from your lists. Any parts linked to it keep their history but lose the supplier link. It can be restored later by support.') }}

@csrf @method('DELETE')