@extends('layouts.master') @section('title') Invoice And Estimate @endsection @section('page-title') Invoice And Estimate @endsection @section('body') @endsection @section('content')
@csrf @method('POST')

Invoice Settings

Receipt Prefix

{{ $invoice_number_prefix }}

Estimation Prefix

{{ $estimation_number_prefix }}

Discount

{{ $discount_option }}

Payment Terms

{{ $discount_terms }}

Defalut Header Text

{{ $invoice_header }}

Defalut Footer Text

{{ $invoice_footer }}

Payment

Receipt Prefix

{{ $receipt_number_prefix }}

Tax

Tax Option

{{ $tax_type }}

{{ number_format($tax_rate,2).' %' }}, {{ $multi_rate ? 'true' : 'false' }}, {{ $inclusive ? 'true' : 'false' }}, {{ $tax_abbre }}
Tax Year Start

{{ $tax_month_year_start }}

@endsection @section('scripts') @endsection