{{ 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)) @endif @if (isset($Shop->Phone)) @endif @if (isset($Shop->Email)) @endif @if (isset($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($Invoice)) @endif
Invoice Date : {{ date('d/m/y | h:i A', strtotime($Invoice->created_at)) }}
Refund Date : {{ date('d/m/y | h:i A') }}

@for($i=0; $i < $ItemQty; $i++) @endfor
# Item/Description Amount
{{ $i+1 }}. {{ $ProductName[$i] }} [{{$ProductID[$i]}}S{{$ShopID[$i]}}]
[{{ round($Qty[$i],2) }} X {{ round($Price[$i],2) }}]
{{ round($FinalPrice[$i],2) }}

@if($totalDiscount>0) @endif
SubTotal : {{ round($SubTotalPrice,2) }}
Tax : {{ round($totalTax,2) }}
Discount : {{ round($totalDiscount,2) }}
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