@extends('layouts.business.master') @section('title') {{ __('Settings') }} @endsection @php $modules = optional($product_setting?->modules) ?? []; @endphp @section('main_content')

{{ __('Settings') }}

{{ __('Product Settings') }}

@csrf

{{ __('Add Product Settings') }}

modules) || (optional($product_setting->modules)['show_product_price'] ?? false) ? 'checked' : '' }}>
modules)['show_product_code'] === "1" ? 'checked' : '' }}>
modules) || (optional($product_setting->modules)['show_product_stock'] ?? false) ? 'checked' : '' }}>
modules) || (optional($product_setting->modules)['show_product_unit'] ?? false) ? 'checked' : '' }}>
modules)['show_product_brand'] === "1" ? 'checked' : '' }}>
modules)['show_model_no'] === "1" ? 'checked' : '' }}>
modules) || (optional($product_setting->modules)['show_product_category'] ?? false) ? 'checked' : '' }}>
modules)['show_product_manufacturer'] === "1" ? 'checked' : '' }}>
modules)['show_product_image'] === "1" ? 'checked' : '' }}>
modules) || (optional($product_setting->modules)['show_alert_qty'] ?? false) ? 'checked' : '' }}>
modules)['show_vat_id'] === "1" ? 'checked' : '' }}>
modules)['show_vat_type'] === "1" ? 'checked' : '' }}>
modules) || (optional($product_setting->modules)['show_exclusive_price'] ?? false) ? 'checked' : '' }}>
modules) || (optional($product_setting->modules)['show_inclusive_price'] ?? false) ? 'checked' : '' }}>
modules) || (optional($product_setting->modules)['show_profit_percent'] ?? false) ? 'checked' : '' }}>
modules)['show_warehouse'] === "1" ? 'checked' : '' }}>
modules)['show_rack'] === "1" ? 'checked' : '' }}>
modules)['show_shelf'] === "1" ? 'checked' : '' }}>
modules)['show_action'] === "1" ? 'checked' : '' }}>
modules)['show_weight'] === "1" ? 'checked' : '' }}>

{{ __('Additional Product Field') }}

{{ __('MRP/PRICE') }}
modules) || (optional($product_setting->modules)['show_product_sale_price'] ?? false) ? 'checked' : '' }}>
modules)['show_product_wholesale_price'] === "1" ? 'checked' : '' }}>
modules)['show_product_dealer_price'] === "1" ? 'checked' : '' }}>
{{ __('Batch Tracking') }}
modules)['show_batch_no'] === "1" ? 'checked' : '' }}>
{{-- Expiry Date --}}
modules)['show_expire_date'] === "1" ? 'checked' : '' }}>
{{-- MFG Date --}}
modules)['show_mfg_date'] === "1" ? 'checked' : '' }}>
{{ __('Product Type') }}
modules) || (optional($product_setting->modules)['show_product_type_single'] ?? false) ? 'checked' : '' }}>
modules)['show_product_type_variant'] === "1" ? 'checked' : '' }}>

{{ __('Purchase Setting') }}

modules)['show_product_batch_no'] === "1" ? 'checked' : '' }}>
modules)['show_product_expire_date'] === "1" ? 'checked' : '' }}>
@csrf
{{-- A4 Option --}}
@if (moduleCheck('ThermalPrinterAddon'))
@endif
@endsection