{{-- layout extend --}} @extends('layouts.contentLayoutMaster') {{-- page Title --}} @section('title','App Invoice Add') {{-- page styles --}} @section('page-style') @endsection {{-- page content --}} @section('content')
Invoice#
Date Issue:
Date Due:

Invoice

Bill To
Item
Cost
Qty
Total
Discount: 0% 0% 0%
clear
  • Subtotal
    $00.00
  • Discount
    - $ 00.00
  • Tax
    00%
  • Invoice Total
    $ 00.00
  • Paid to date
    - $ 00.00
  • Balance (USD)
    $ 00,000
  • Preview

Accept payments via

Payment Terms
Client Notes
Payment Stub
@endsection {{-- vendor scripts --}} @section('vendor-script') @endsection {{-- page scripts --}} @section('page-script') @endsection