@extends('layouts.app') @section('title', 'Printers') @section('content')
| Name | Branch | Station | Connection | Address | Cash Drawer | Status | |
|---|---|---|---|---|---|---|---|
| {{ $p->name }} | {{ $p->branch->name ?? 'Shared / single-location' }} | {{ strtoupper($p->station) }} | {{ ucfirst($p->connection_type) }} | {{ $p->connection_type === 'network' ? $p->ip_address.':'.$p->port : $p->usb_identifier }} | {{ $p->kicks_cash_drawer ? 'Yes' : '-' }} | {{ $p->is_active ? 'Active' : 'Disabled' }} | Edit |