@extends('layouts.app') @section('title', 'General Settings') @section('breadcrumb') @endsection @section('content') @include('settings._tabs', ['active' => 'general']) @if(session('success'))
{{ session('success') }}
@endif
@csrf @method('PUT')
{{-- ── Company Profile ──────────────────────────────────────────────── --}}
Company Profile
Shown in the sidebar, on reports, and in documents. Does not change the login page (that is managed in Super Admin).
@if($company->hasLogo())
@else
{{ strtoupper(substr($company->name,0,1)) }}
@endif
PNG/JPG/SVG, max 2MB. Recommended: 200×60px
@error('company_name')
{{ $message }}
@enderror
{{-- ── Display Preferences ──────────────────────────────────────────── --}}
Display Preferences
BDT uses Bangladeshi grouping automatically: 5,000 | 1,50,000 | 2,50,00,000
BDT uses lakh/crore wording: e.g. Five Thousand Taka, One Lakh Fifty Thousand Taka, Two Crore Fifty Lakh Taka.
{{-- Number Format Preview --}}
Number Format Preview
Amount$ 1,234,567.89
Quantity1,234.50
Unit Rate25.5000
Amount in WordsOne Million Two Hundred...
{{-- ── Transaction Preferences ──────────────────────────────────────── --}}
Transaction Preferences
When ON: a short beep sound plays each time a transaction is saved successfully — useful for fast data entry.
{{-- ── Voucher Signatory ────────────────────────────────────────────── --}}
Voucher Signatory

Signature blocks shown on printed vouchers. The first, second and last labels are always shown (defaults: "Prepared By", "Checked By", "Approved By"); customise them as needed. The two middle custom labels appear only if filled in.

Leave the custom fields blank to hide them on printed vouchers. Leave the fixed fields blank to use the default labels.
{{-- ── SMTP Setup ───────────────────────────────────────────────────── --}}
SMTP Setup For emailing reports & documents

Configure outgoing email settings to allow the system to send reports, invoices and other documents directly from your company email address.

{{-- Test Recipient + Send Test --}}
Enter an email address to receive the test mail
{{-- Result message --}}
{{-- Action Bar --}}
Cancel
@endsection @push('scripts') @endpush