@require(org_name, tagline, registered_number, taxes, date, billing_address, subtotal, dollar_sign, total, terms)
@include('header.txt')
@include('title.txt')
@include('date.txt')
@include('billing_address.txt')
@include('items.txt')
@include('subtotal.txt')
@include('taxes.txt')
@include('total.txt')
@include('terms.txt')
