@extends('admin.preferences._layout') @section('preferences_content')
General

Configure formatting, documents, inventory, and display options for your company.

@csrf @method('PUT')
ex: ₹ {{ number_format(12.345, (int) $settings['decimal_places']) }}

@foreach(config('preferences.toggles') as $toggle) @php $on = (bool) old($toggle['key'], $settings[$toggle['key']] ?? $toggle['default']); @endphp
{{ $toggle['label'] }} @if(!empty($toggle['hint'])) {{ $toggle['hint'] }} @endif
@endforeach

Signatures
@if($company->signature_image_path) Signature
@endif
Drag here or click to upload a file

This signature will appear on documents (invoices, quotes, etc.). Preferred image size: 240px × 80px at 72 DPI.


Resets fiscal year tracking and document numbering when changed.
@endsection @push('scripts') @endpush