@extends('layouts.admin') @section('title', 'Print Barcode Stickers') @section('subtitle', $product->name_en) @section('content')
📦

{{ $product->name_en }}

{{ $product->name_si }}

{{ $product->barcode }}

@if(request()->get('from')) @endif

Stickers will be formatted for thermal label printing.

@if(request()->get('from') === 'stock') Cancel @else Cancel @endif
@endsection