@extends('layouts.authenticated') @section('title', 'Cetak Barcode Thermal') @section('page-title', 'Cetak Barcode & Label Thermal') @php $paperDimensions = [ '30x40' => ['width' => 30, 'height' => 40, 'label' => '30mm x 40mm'], '50x30' => ['width' => 50, 'height' => 30, 'label' => '50mm x 30mm'], '60x40' => ['width' => 60, 'height' => 40, 'label' => '60mm x 40mm'], '80x50' => ['width' => 80, 'height' => 50, 'label' => '80mm x 50mm'], ]; $currentPaper = $paperDimensions[$paperSize] ?? $paperDimensions['30x40']; $paperWidth = $currentPaper['width']; $paperHeight = $currentPaper['height']; $paperLabel = $currentPaper['label']; @endphp @push('scripts') @endpush @section('page-content')
Ukuran: {{ $paperLabel }} - Direct Thermal 1 line
Siap cetak - Ukuran {{ $paperLabel }}