@extends ('core.layouts.app') @section ('title', trans('pos.preference')) @section('content')
{{ Form::open(['route' => 'biller.settings.pos_preference_post', 'class' => 'form-horizontal', 'role' => 'form', 'method' => 'post','files' => true, 'id' => 'create-hrm']) }}

{{ trans('pos.preference') }} - Printer

{{ Form::label( 'printer', trans('pos.preference'),['class' => 'col-12 control-label']) }}

{{ Form::submit(trans('buttons.general.crud.update'), ['class' => 'm-1 btn btn-info btn-md']) }}

{{ trans('pos.preference') }} - Visual

Visual & General POS Settings included:
POS Panel Styles(3 Styles),
- Default Warehouse(Billing Settings),
- Default Product Category,
- Search Products only by Serial Numbers, etc
can be directly managed in POS window.

{{ Form::close() }}
@endsection @section('after-scripts') @endsection