@extends('layouts.print') @section('content')
{{ __('Print QR labels to stick on item boxes.') }}
{{ __('Dari Stock Item Label') }}
{{ $product->name }}
{{ $product->sku }}
{{ __('Stock') }}: {{ $product->sku }}
{{ __('Price') }}: {{ number_format($product->unit_price, 2) }} {{ config('stockiny.currency') }}
{{ __('Location') }}: {{ $product->location ?: '—' }}