@extends('layouts.app') @section('title', 'Invoice Settings') @push('style') @endpush @section('main')

Invoice Settings

@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
@csrf @method('PUT')

Company Information

WhatsApp Settings Advanced Management

Default country code for customer phone numbers
Allow sending invoices via WhatsApp
Automatically prompt to send WhatsApp after sale
Automatically add country code to local numbers
QR Code System Active! Visit the Advanced WhatsApp Management page to configure QR code settings, message templates, and test QR functionality.
Quick Test

Additional Options

Show company logo on invoices
Add QR code for digital verification

WhatsApp Message Template

Customize your WhatsApp invoice message
Invoice Number Customer Name Customer Phone Invoice Date Item List Currency Total Amount Paid Amount Due Amount Customer Total Due Payment Method Payment Status Invoice Link

Terms & Conditions

These will appear at the bottom of invoices
Reset to Defaults Back to Dashboard
@include('components.whatsapp-qr-modal') @endsection @push('scripts') @endpush