@extends('backend.layout.main') @section('content') {{__('db.POS Setting')}} {{__('db.The field labels marked with * are required input fields')}}. {!! Form::open(['route' => 'setting.posStore', 'method' => 'post']) !!} {{__('db.Default Customer')}} * @if($lims_pos_setting_data) @endif @foreach($lims_customer_list as $customer) {{$customer->name . ' (' . $customer->phone_number . ')'}} @endforeach {{__('db.Default Biller')}} * @if($lims_pos_setting_data) @endif @foreach($lims_biller_list as $biller) {{$biller->name . ' (' . $biller->company_name . ')'}} @endforeach {{__('db.Default Warehouse')}} * @if($lims_pos_setting_data) @endif @foreach($lims_warehouse_list as $warehouse) {{$warehouse->name}} @endforeach {{__('db.Displayed Number of Product Row')}} * @if($lims_pos_setting_data && $lims_pos_setting_data->keybord_active) @else @endif {{__('db.Touchscreen keybord')}} @if($lims_pos_setting_data && $lims_pos_setting_data->is_table) @else @endif {{__('db.Table Management')}} @if($lims_pos_setting_data && $lims_pos_setting_data->send_sms) @else @endif {{__('db.Send SMS After Sale')}} @if($lims_pos_setting_data && $lims_pos_setting_data->cash_register) @else @endif {{__('db.Cash Register')}} @if($lims_pos_setting_data && $lims_pos_setting_data->show_print_invoice) @else @endif {{__('db.print_invoice')}} Payment Options @if(in_array("cash",$options)) @else @endif Cash @if(in_array("card",$options)) @else @endif Card @if(in_array("credit",$options)) @else @endif Credit Sale @if(in_array("cheque",$options)) @else @endif Cheque @if(in_array("gift_card",$options)) @else @endif Gift Card @if(in_array("deposit",$options)) @else @endif Deposit @if(in_array("points",$options)) @else @endif Points @if(in_array("razorpay",$options)) @else @endif Razorpay @if(in_array("pesapal",$options)) @else @endif Pesapal @if(in_array("installment",$options)) @else @endif Installment {{-- @if(in_array("moneipoint",$options)) @else @endif Moneipoint --}} + {{__('db.Add More Payment Option')}} @if (session('duplicate_message')) {{ session('duplicate_message') }} @endif @foreach($options as $option) @if($option !== 'cash' && $option !== 'card' && $option !== 'credit' && $option !== 'cheque' && $option !== 'gift_card' && $option !== 'deposit' && $option !== 'paypal' && $option !== 'pesapal' && $option !== 'razorpay' && $option !== 'points' && $option !== 'installment') X @endif @endforeach {!! Form::close() !!} @endsection @push('scripts') @endpush
{{__('db.The field labels marked with * are required input fields')}}.
{{ session('duplicate_message') }}