{{ 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') }}

Sales Invoice


@if($Shop->ShopLogo!="") @endif

{{$Shop->ShopName}}


@if ($Shop->ShopAddress) @endif @if ($Shop->Phone) @endif @if ($Shop->Email) @endif @if ($Shop->Website) @endif @if($Shop->VatRegNo) @endif
Address : {{ $Shop->ShopAddress }}
Phone : {{ $Shop->Phone }}
Email : {{ $Shop->Email }}
Website : {{ $Shop->Website }}
VAT Reg : {{ $Shop->VatRegNo }}
@if(isset($Order))
@endif @if($Order->Guests) @endif
Order ID : {{ $Order->ID }} Table @if($Order->Name) : {{ $Order->Name }} @else : Parcel
Guest : {{ $Order->Guests }} Served By : {{ $Order->FirstName }}
@endif
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') }}

@for($i=0; $i<$ItemQty; $i++) @if($Qty[$i]>0) @endif @endfor
# 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}}

Total Quantity : {{ $TotalQty }}
@if($Invoice->TaxTotal != 0) @endif @if($Invoice->ServiceCharge != 0) @endif @if($TotalDiscount > 0) @endif @if(isset($MethodName)) @for($i=0;$i<$TotalMethod;$i++) @endfor @if( !isset($SingleCard) ) @endif @endif @if(isset($AdvanceValue)) @if($AdvanceValue>0 && !isset($MethodName)) @endif @endif @if(isset($AdvanceValue)) @if($AdvanceValue>0 && isset($MethodName)) @endif @endif @if($Invoice->IsPaid == 1) @if($Invoice->PaidMoney>0) @endif @if($Invoice->ReturnedMoney>0) @endif @endif
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')
@if($CustomerPreviousBalance>0) @endif @if($CustomerCurrentBalance>0) @endif @if($CustomerCurrentBalance>0) @endif
Customer | {{ $CustomerName }}
Previous Due | {{ round($CustomerPreviousBalance,2) }}
Current Due | {{ round($CustomerCurrentBalance,2) }}
Total Due | {{ round($CustomerTotalBalance,2) }}
@endif @if(isset($InvoiceFooter))
{!! $InvoiceFooter->Footer !!}
@endif
Have a nice Day ! | {{ $User->name }}
Software by : {{ AuthorName() }} 01614 777555,01712797386