@include('Admin.Includes.header') @php use Illuminate\Support\Facades\Auth; use App\General\ProductClass; use App\General\UserClass; $logged_in_user = Auth::user(); $GST_PERCENTAGE = 10; use App\Models\GeneralSettings; use App\General\GeneralSettingsClass; $settings = GeneralSettings::get(); $pos_invoice_note = GeneralSettingsClass::getOptionValue('_pos_invoice_note', $settings); @endphp
Create New Invoice

   

   
Total Unites:  
Sub Total($):  
Discount(%):  
Discounted Total($):  
GST ({{ $GST_PERCENTAGE }}%):  
Grand Total ($):  

Invoice #2577861
logo

Sydney Quality Meat, Inc.
1355 Market St, Suite 900
Sydney, AU 2000
E: billing@example.com
P: (123) 456-7890
F: (123) 456-0987

To:

Customer Name, LLC.
1355 Market St, Suite 900
San Francisco, CA 94103
E: info@customer-llc.com
P: (123) 456-7890


Invoice Date: July 26, 2016
Due Date: August 03, 2016




# Description Quantity Unit Cost Total
1 Samsung 64G SD Card 12 $26 $312
2 Apple iPhone 64G 2 $699 $1,398
3 Bluetooth headphone 6 $63 $396
4 Selfie stick 4 $31 $124
5 Stick 5 $25 $125

Notes

{{ $pos_invoice_note }}

Sub - Total amount: $2,230

VAT (10%): $22.3



Grand Total: $2,252


@include('Admin.Includes.footer')