{!! Theme::section('user.purchase.menu',['page'=>'invoices']) !!}
{!! Theme::section('theme/user.purchase.invoices-sub-menu',['subpage'=>'']) !!}

Edit Invoice

{{ csrf_field() }}
Invoice Type
@if(count($invoice->items)>0) @foreach($invoice->items as $item)
Total: ${{$item->sub_total}}
@endforeach @else
@endif
+ Add item or service
invoice_date))}}" readonly="readonly" required="required" name="val[invoice_date]" id="invoice_date" placeholder="Invoice date" />
due_date))}}" required="required" name="val[invoice_due_date]" id="invoice_due_date" placeholder="Invoice due date" />
@if($invoice->tax1_name!="" and $invoice->tax1_percentage!="" and $invoice->tax1_amount!="0.00" and $invoice->tax1_amount!="" and $invoice->tax1_amount!=0)
@else @endif @if($invoice->tax2_name!="" and $invoice->tax2_percentage!="" and $invoice->tax2_amount!="0.00" and $invoice->tax2_amount!="" and $invoice->tax2_amount!=0)
@else @endif @if($invoice->tax3_name!="" and $invoice->tax3_percentage!="" and $invoice->tax3_amount!="0.00" and $invoice->tax3_amount!="" and $invoice->tax3_amount!=0)
@else @endif
Sub Total: ${{$invoice->sub_total_amount}}
Tax Total: ${{$invoice->tax_amount}} ({{$invoice->tax_percentage}}%)
Total: ${{$invoice->total_amount}}