@extends('layouts.authenticated') @section('title', 'Pengaturan') @section('page-title', 'Pengaturan') @section('page-content')
Kelola konfigurasi toko dan preferensi aplikasi
Pengaturan global - berlaku untuk semua cabang
{{ $p->name }}
@if($p->is_default) Default @endif @if(!$p->is_active) Nonaktif @endif{{ ucfirst($p->connection_type) }} @if($p->connection_type === 'network') - {{ $p->ip_address }}:{{ $p->port }} @elseif($p->connection_type === 'bluetooth') - {{ $p->bluetooth_name ?? '-' }} @endif | {{ $p->paper_size }}
Belum ada printer. Tambahkan printer untuk mulai mencetak.
@endif