{{ 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') }}
Refund Invoice
@if($Shop->ShopLogo != "")

@endif
{{$Shop->ShopName}}
@if (isset($Shop->ShopAddress))
Address |
: {{ $Shop->ShopAddress }} |
@endif
@if (isset($Shop->Phone))
Phone |
: {{ $Shop->Phone }} |
@endif
@if (isset($Shop->Email))
Email |
: {{ $Shop->Email }} |
@endif
@if (isset($Shop->WebSite))
Website |
: {{ $Shop->WebSite }} |
@endif
@if($Shop->VatRegNo)
VAT Reg |
: {{ $Shop->VatRegNo }} |
@endif
@if(isset($Invoice))
Invoice Date |
: {{ date('d/m/y | h:i A', strtotime($Invoice->created_at)) }} |
@endif
Refund Date |
: {{ date('d/m/y | h:i A') }} |
# |
Item/Description |
Amount |
@for($i=0; $i < $ItemQty; $i++)
{{ $i+1 }}. |
{{ $ProductName[$i] }} [{{$ProductID[$i]}}S{{$ShopID[$i]}}]
[{{ round($Qty[$i],2) }} X {{ round($Price[$i],2) }}]
|
{{ round($FinalPrice[$i],2) }} |
@endfor
SubTotal |
: {{ round($SubTotalPrice,2) }} |
Tax |
: {{ round($totalTax,2) }} |
@if($totalDiscount>0)
Discount |
: {{ round($totalDiscount,2) }} |
@endif
Total |
: {{ round($totalPrice,2) }} |
@if(isset($CustomerPaymentByRefund))
Due Payment |
: {{ round($CustomerPaymentByRefund,2) }} |
Change |
: {{ round($totalPrice-$CustomerPaymentByRefund,2) }} |
@endif
In Words: {{ $InWords }} Taka Only
@if ($cusname != 'Anonymous')
Customer |
: {{ $cusname }} |
@endif
Have a nice Day ! |
{{ $User->name }}
@if(isset($Invoice))
Invoice # |
{{ $Invoice->InvoiceID }} |
@endif
Powered by : {{ AuthorName() }}
To Buy Software : 01614777555,01712797386