{{ __('Back') }}
{{ $part->name }}
@if ($part->part_number)
{{ __('P/N') }}: {{ $part->part_number }}
@endif @if ($part->barcode) @else

{{ __('This part has no barcode.') }}

@endif
@if ($part->barcode) @endif