@extends($layout ?? 'backend.layouts.app') @section('content')
{{ translate('POS Configuration') }}

{{ translate('POS is enabled. You can adjust printer width, default payment methods, and other preferences as needed.') }}

{{ translate('No extra configuration is required right now.') }}

@endsection