@section('logo')
Company Logo Invoice From: @if(isset($editable))

{{($InvoiceTemplate->Header)}}

@else

{{nl2br($InvoiceTemplate->Header)}}

@endif
@stop @section('invoice_from')

Invoice To

John Doe
Mr Nilson Otto
FoodMaster Ltd

Invoice No: {{$InvoiceTemplate->InvoiceNumberPrefix.$InvoiceTemplate->InvoiceStartNumber}}
Invoice Date: {{date('d-m-Y')}}
Due Date: {{date('d-m-Y',strtotime('+5 days'))}}

@stop @section('usage_invoice_duration') @if($InvoiceTemplate->ShowBillingPeriod == 1)
Invoice Period
From To
Fubruary 1,2006 Fubruary 28,2006
@endif @stop @section('usage_invoice_prevbal') @if($InvoiceTemplate->ShowPrevBal)
Previous Balance 19.39
Payments 24.08
Charges for this period 90.18
Total Due (USD) 84.49
@endif @stop @section('items')

Item

{{----}} {{----}}
Title Description Quantity Price Line TotalTaxTax Amount
Item 1 Item Description 2 25 50VAT 20%10
@stop @section('subscriptiontotal')
Usage 50.00
Subscription 10.00
@stop @section('total')
Sub Total 50.00
TAX 10.00
Invoice Total 60.00 USD
@stop @section('terms') @if(isset($editable))

{{$InvoiceTemplate->Terms}}

@else

{{nl2br($InvoiceTemplate->Terms)}}

@endif @stop @section('footerterms') @stop @section('sub_usage') @if(isset($editable))
@endif @if($InvoiceTemplate->InvoicePages == 'single_with_detail')



@endif

Subscription Charges

Title Description Price Quantity Date From Date To Line Total
Fubruary 1,2006 Usage From 22-06-2015 To 28-06-2015 25 1 12-12-2015 19-12-2015 25

Call Charges

Title Description Price Quantity Date From Date To Line Total
Fubruary 1,2006 Usage From 22-06-2015 To 28-06-2015 25 1 12-12-2015 19-12-2015 25

Additional Charges

Title Description Price Quantity Date Line Total
Yealink Yealink 25 1 12-12-2015 25
@stop