@extends('layouts.app') @section('title', 'Counter Management') @section('content')
Service counters (Reception, Typing, Cashier, PRO Desk, VIP Counter) and live status control.
| Counter Name | Code | Branch | Department | Live Status | Change Status |
|---|---|---|---|---|---|
| {{ $counter->name }} | {{ $counter->code }} | {{ $counter->branch->name }} | {{ $counter->department ? $counter->department->name : 'General' }} | {{ ucfirst($counter->status) }} |