Invoice Settings

Invoice Logo

Upload logo of your company to display in invoice

@if ($invoice_logo && $new_image) img @elseif ($form->invoice_logo) img @else img @endif

Upload Logo of your company to display in website(JPEG, GIF or PNG). Max size of {{ config('env.upload.image.size') }}K

@error('form.invoice_logo')
{{ $message }}
@enderror
Invoice Prefix

Add prefix to your invoice

Invoice Due

Select due date to display in invoice

Days @error('form.days')
{{ $message }}
@enderror
Invoice Round Off

Value roundoff in invoice

Show Company Details

Show/hide company details in invoice

Invoice Header Terms
Invoice Footer Terms
Approvers List

Users who can approve pending invoices

@foreach($users as $user)
@endforeach
Cancel
@script @endscript