@extends('backend.layout.main') @section('content') {{__('db.General Setting')}} {{__('db.The field labels marked with are required input fields')}}. @csrf {{__('db.System Title')}} * {{__('db.System Logo')}} * @if($errors->has('site_logo')) {{ $errors->first('site_logo') }} @endif {{__('favicon')}} @if($lims_general_setting_data->is_rtl) @else @endif {{__('db.RTL Layout')}} @if(config('database.connections.saleprosaas_landlord')) @if($lims_general_setting_data->is_zatca) @else @endif {{__('db.ZATCA QrCode')}} @endif {{__('db.Company Name')}} {{__('db.VAT Registration Number')}} {{__('db.Time Zone')}} @php // Use DB timezone if exists, otherwise fallback to Laravel default timezone $active_timezone = $lims_general_setting_data->timezone ?? config('app.timezone'); @endphp @foreach($zones_array as $zone) {{ $zone['diff_from_GMT'] . ' - ' . $zone['zone'] }} @endforeach {{__('db.Sale and Quotation without stock')}} * @if($lims_general_setting_data->without_stock == 'yes') {{__('db.Yes')}} {{__('db.No')}} @else {{__('db.Yes')}} {{__('db.No')}} @endif {{__('db.Packing Slip to manage orders/sales')}} * @if($lims_general_setting_data->is_packing_slip) {{__('db.Enable')}} {{__('db.Disable')}} @else {{__('db.Enable')}} {{__('db.Disable')}} @endif {{__('db.Currency')}} * @foreach($lims_currency_list as $key => $currency) @if($lims_general_setting_data->currency == $currency->id) {{$currency->name}} @else {{$currency->name}} @endif @endforeach {{__('db.Currency Position')}} * @if($lims_general_setting_data->currency_position == 'prefix') {{__('db.Prefix')}} {{__('db.Suffix')}} @else {{__('db.Prefix')}} {{__('db.Suffix')}} @endif {{-- show Products Details in Purchase List --}} {{__('db.show Products Details in Purchase List')}} * @if(@$lims_general_setting_data->show_products_details_in_purchase_table == 1) {{__('db.show')}} {{__('db.hide')}} @else {{__('db.show')}} {{__('db.hide')}} @endif {{-- show Products Details in Sales List --}} {{__('db.show Products Details in Sales List')}} * @if(@$lims_general_setting_data->show_products_details_in_sales_table == 1) {{__('db.show')}} {{__('db.hide')}} @else {{__('db.show')}} {{__('db.hide')}} @endif {{__('db.Digits after deciaml point')}}* {{__('db.Theme')}} * {{__('db.Staff Access')}} * @if($lims_general_setting_data) @endif {{__('db.All Records')}} {{__('db.Own Records')}} {{__('db.Warehouse Wise')}} {{__('db.Invoice Format')}} * @if($lims_general_setting_data) @endif Standard Indian GST {{__('db.State')}} * @if($lims_general_setting_data) @endif Home State Buyer State {{__('db.Date Format')}} * @if($lims_general_setting_data) @endif dd-mm-yyy dd/mm/yyy dd.mm.yyy mm-dd-yyy mm/dd/yyy mm.dd.yyy yyy-mm-dd yyy/mm/dd yyy.mm.dd {{__('db.show_expiry_alerts_before')}} {{__('db.Developed By')}} {{__('db.profit_margin_type')}} margin_type) == 0 ? 'selected' : '' }}> percentage margin_type) == 1 ? 'selected' : '' }}> flat {{__('db.Default Profit Margin Value')}} @if($lims_general_setting_data->disable_signup) @else @endif {{__('db.Disable registration')}} @if($lims_general_setting_data->disable_forgot_password) @else @endif {{__('db.Disable password reset')}} maintenance_allowed_ips ? 'checked' : '' }}> {{__('db.maintenance_mode')}} {{__('db.maintenance_allowed_ips')}} {{__('db.Font CSS')}} {{ $lims_general_setting_data->font_css }} {{__('db.CSS for auth pages (login/registration/forgot password/verification)')}} {{ $lims_general_setting_data->auth_css }} {{__('db.POS page CSS')}} {{ $lims_general_setting_data->pos_css }} {{__('db.Custom CSS/Styles')}} {{ $lims_general_setting_data->custom_css }} @if(config('database.connections.saleprosaas_landlord')) {{__('db.Subscription Type')}} {{$lims_general_setting_data->subscription_type}} {{__('db.Package Name')}} {{__('db.Monthly Fee')}} {{__('db.Yearly Fee')}} {{__('db.Number of Warehouses')}} {{__('db.Number of Products')}} {{__('db.Number of Invoices')}} {{__('db.Number of User Account')}} {{__('db.Number of Employees')}} {{__('db.Subscription Ends at')}} {{date($lims_general_setting_data->date_format, strtotime($lims_general_setting_data->expiry_date))}} @endif @endsection @push('scripts') @endpush
{{__('db.The field labels marked with are required input fields')}}.
{{$lims_general_setting_data->subscription_type}}
{{date($lims_general_setting_data->date_format, strtotime($lims_general_setting_data->expiry_date))}}