{{-- --}}

General Settings

@csrf

Company Information

@if($company_logo) Logo @else @endif
@error('company_logo')
{{ $message }}
@enderror
@if($company_favicon) Favicon @else @endif
@error('company_favicon')
{{ $message }}
@enderror
@error('company_name')
{{ $message }}
@enderror
@error('company_email')
{{ $message }}
@enderror

System Settings

Document Settings

This will appear on invoices, proposals, and estimations
@error('terms_and_conditions')
{{ $message }}
@enderror
Privacy policy text for documents
@error('privacy_policy')
{{ $message }}
@enderror
Bank details, UPI, payment instructions shown on invoices
@error('payment_details')
{{ $message }}
@enderror
Closing text that appears at the bottom of documents
@error('conclusion')
{{ $message }}
@enderror
Upload your signature image (PNG with transparent background recommended)
@if($digital_signature) Digital Signature @else @endif
@if($digital_signature)
@endif
@error('digital_signature')
{{ $message }}
@enderror
{{--
--}}