{{ __('Configs') }}

{{ __('Caution') }}: {{ __('Changes to these settings may affect your fiscal data integrity. Please proceed with care.') }}

{{ __('Edit Config') }}

{{ __('Configs') }}

@foreach ($configsTitle as $configTitle) @php $subject = $subjects->where('id', config('amir.' . strtolower($configTitle['value'])))->first(); @endphp @endforeach
{{ __('Subject') }} {{ __('Code') }} {{ __('Value') }}
{{ $configTitle['label'] ?? '' }} {{ $subject?->formattedCode() ?? '' }} {{ $subject?->fullname() ?? __('N/A') }} {{ __('Edit') }}