@extends('layouts.app') @section('title', __('app.company')) @section('content')
{{ __('app.company') }}
{{-- CSRF Protection --}} @csrf @method('POST')
@if(app('company')['tax_type'] == 'gst')
@endif
{{ __('app.prefix_codes') }}
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('app.general_settings') }}
{{-- CSRF Protection --}} @csrf @method('POST')
show_discount) ? 'checked' : '' }} id="show_discount" name="show_discount">
allow_negative_stock_billing) ? 'checked' : '' }} id="allow_negative_stock_billing" name="allow_negative_stock_billing">
is_enable_secondary_currency) ? 'checked' : '' }} id="is_enable_secondary_currency" name="is_enable_secondary_currency">
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('item.item_settings') }}
show_hsn) ? 'checked' : '' }} id="show_hsn" name="show_hsn">
show_sku) ? 'checked' : '' }} id="show_sku" name="show_sku">
show_mrp) ? 'checked' : '' }} id="show_mrp" name="show_mrp">
is_item_name_unique) ? 'checked' : '' }} id="is_item_name_unique" name="is_item_name_unique">
{{ __('item.batch_and_tracking') }}
enable_serial_tracking) ? 'checked' : '' }} id="enable_serial_tracking" name="enable_serial_tracking">
enable_batch_tracking) ? 'checked' : '' }} id="enable_batch_tracking" name="enable_batch_tracking">
{{ __('item.is_batch_compulsory') }}
enable_mfg_date) ? 'checked' : '' }} id="enable_mfg_date" name="enable_mfg_date">
enable_exp_date) ? 'checked' : '' }} id="enable_exp_date" name="enable_exp_date">
enable_color) ? 'checked' : '' }} id="enable_color" name="enable_color">
enable_model) ? 'checked' : '' }} id="enable_model" name="enable_model">
enable_size) ? 'checked' : '' }} id="enable_size" name="enable_size">
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('app.modules') }}
is_enable_crm) ? 'checked' : '' }} id="is_enable_crm" name="is_enable_crm">
@endsection @section('js') @endsection