{{ Html::script('/plugins/jQuery/jquery-3.2.1.min.js') }} {{ Html::style('/font-awesome/css/font-awesome.min.css') }} {{ Html::style('/plugins/alertify/css/alertify.min.css') }} {{ Html::script('/plugins/alertify/alertify.min.js') }} {{ Html::style('/css/invoice.css', array('media' => 'all')) }} {{ Html::script('/js/invoice.js') }}
Address | : {{ $Shop->ShopAddress }} |
Phone | : {{ $Shop->Phone }} |
: {{ $Shop->Email }} | |
Website | : {{ $Shop->Website }} |
VAT Reg | : {{ $Shop->VatRegNo }} |
Order ID | : {{ $Order->ID }} | Table | @if($Order->Name) : {{ $Order->Name }} @else : Parcel | @endif
Guest | : {{ $Order->Guests }} | @endifServed By | : {{ $Order->FirstName }} |
Invoice ID | : {{ $Invoice->InvoiceID }} |
Invoice Date | : {{ date('d/m/y | h:i A', strtotime($Invoice->created_at)) }} |
Print Date | : {{ date('d/m/y | h:i A') }} |
# | Item / Description | Amount |
---|---|---|
{{ $i+1 }}. |
@if(isset($ProductCategoryName))
{{ $ProductName[$i] }} {{ $ProductCategoryName[$i] }}
@else
{{$ProductName[$i]}}
@endif
[{{$ProductID[$i]}}S{{$ShopID[$i]}}] [{{ round($Qty[$i],2) }} X {{ round($Price[$i],2) }}]@if($discount[$i]>0) [Dis-{{round($discount[$i],2)}}]@endif |
{{ round($FinalPrice),2}} |
Sub Total | : {{ round($Invoice->SubTotal,2) }} |
VAT | : {{ round($Invoice->TaxTotal,2) }} |
Service Charge | : {{ round($Invoice->ServiceCharge,2) }} |
Discount | : {{ round($Invoice->Discount,2) }} |
Total Due | : {{ round($Invoice->Total,2) }} |
{{$MethodName[$i]}} | : {{round($CardAmount[$i],2)}} |
Cash Paid | : {{ round($CashAmount,2) }} |
Advance Paid | : {{ round($AdvanceValue,2) }} |
Cash Due | : {{ round($CashAmount,2) }} |
Advance Paid | : {{ round($AdvanceValue,2) }} |
Total Paid | : {{ round($Invoice->PaidMoney,2) }} |
Changes | : {{ round($Invoice->ReturnedMoney, 2)}} |
{{ $InWords }} {{ CurrencyName() }} Only
@if ($CustomerName != 'Annonymous')Customer | | {{ $CustomerName }} |
Previous Due | | {{ round($CustomerPreviousBalance,2) }} |
Current Due | | {{ round($CustomerCurrentBalance,2) }} |
Total Due | | {{ round($CustomerTotalBalance,2) }} |