@extends('layouts.app') @section('content')
Organization Settings
@if(session('success')) @endif
@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
@error('currency_code')
{{ $message }}
@enderror
@error('currency_symbol')
{{ $message }}
@enderror

Changing the currency will update the display symbol across all modules, including Invoices, Reports, and Dashboard. Historical data values will remain unchanged, but will be displayed with the new symbol.

@endsection