@if (session('status'))
{{ session('status') }}
@endif

Settings

Configure how the property and the app present themselves on invoices, receipts and the UI.

{{-- ----------- Property / Company ----------- --}}

Property information

Used on invoices, receipts and as the From: identity.

@error('property_name')

{{ $message }}

@enderror
@error('property_tax_number')

{{ $message }}

@enderror
@error('property_email')

{{ $message }}

@enderror
@error('property_phone')

{{ $message }}

@enderror
@error('property_website')

{{ $message }}

@enderror
@error('property_address')

{{ $message }}

@enderror
@if ($property_logo_upload) @elseif ($property_logo_existing) @else
No logo
@endif

PNG, JPG up to 2 MB. Square images work best.

@error('property_logo_upload')

{{ $message }}

@enderror @if ($property_logo_existing && ! $property_logo_upload) @endif
{{-- ----------- Application ----------- --}}

Application settings

App display name, currency and default tax rate.

@error('app_name')

{{ $message }}

@enderror
@error('currency_code')

{{ $message }}

@enderror
@error('currency_symbol')

{{ $message }}

@enderror

Shown next to amounts. Letter codes (UGX, KES) get an automatic space.

@error('default_tax_rate')

{{ $message }}

@enderror

Decimal — e.g. 0.18 = 18%. Used as a fallback when a charge category has no specific rate.

@can('settings.edit')
@endcan