@extends('layouts.app') @section('title', 'POS Receipt Settings') @section('content')
Customize receipt layout for thermal printing
Used when outlet has no custom settings
{{ $defaultSettings->store_name ?: '-' }}
{{ $defaultSettings->paper_width }}
{{ $defaultSettings->phone ?: '-' }}
{{ $defaultSettings->print_copies }}
No default settings found.
@endifCustom settings per outlet (overrides default)
No outlet-specific settings yet.
All outlets use default settings.