@extends('tenant.settings.pos.pos-settings-tabs') @section('breadcrumb') @include('tenant.layouts.breadcrumb', [ 'items' => [ __('breadcrumb.pos_settings') => '#', __('breadcrumb.sales_settings') => '#', ], ]) @endsection @section('sidebar') @include('tenant.layouts.sidebar', ['activeItem' => 'settings.pos.sales-settings']) @endsection @section('pos-settings-content')

@lang('settings/pos/sales-settings.sales_settings')

@csrf
value ? 'checked' : '' }}>
value ? 'checked' : '' }}>
@php $selected_post_option = $settings['pos_taking_out_items_quantity_option'][0]->value; @endphp
value ? 'checked' : '' }}>
value ? 'checked' : '' }}>
@forelse ($branches as $branch)
@php $is_checked = array_key_exists( $branch->id, $settings['items_prices_with_tax_in_pos'][0]->value, ) && $settings['items_prices_with_tax_in_pos'][0]->value[$branch->id]; @endphp
@empty @lang('settings/pos/sales-settings.no_branches_available') @endforelse
@endsection @push('script') @endpush