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

Advance 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 }}

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++) @endfor
# | Item/Description | Sub Total
{{ $i+1 }}. {{ $ProductName[$i] }} [{{$ProductID[$i]}}S{{$ShopID[$i]}}]
[{{ round($Qty[$i],2) }} X {{ round($Price[$i],2) }}]
{{ $Price[$i]*$Qty[$i] }}

SubTotal : {{ round($SubTotal,2) }}
Discount : {{ round($TotalDiscount,2) }}
Tax : {{ round($TotalTax,2) }}
Total : {{ round($TotalPrice,2) }}
Adv. Paid : {{ round($AdvancePaid,2) }}
Due : {{ round($Due, 2)}}

In Words: {{ $InWords }} Taka Only


Customer Name : {{ $CustomerName }}
Phone : {{$Phone}}
Master Name : {{$Address}}
Delivery Date : {{ date('d/m/Y', strtotime($Invoice->DeliveryDate)) }}

@if(isset($ShopFooter))
{!! $ShopFooter->Footer !!}

@endif Have a nice Day ! | {{ $User->name }}
Invoice #

{{ $Invoice->ID }}


Powered by : {{ AuthorName() }}
To Buy Software : 01614 777 555,01712797386

Advance 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 }}

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++) @endfor
# | Item/Description | Sub Total
{{ $i+1 }}. {{ $ProductName[$i] }} [{{$ProductID[$i]}}S{{$ShopID[$i]}}]
[{{ round($Qty[$i],2) }} X {{ round($Price[$i],2) }}]
{{ $Price[$i]*$Qty[$i] }}

SubTotal : {{ round($SubTotal,2) }}
Discount : {{ round($TotalDiscount,2) }}
Tax : {{ round($TotalTax,2) }}
Total : {{ round($TotalPrice,2) }}
Adv. Paid : {{ round($AdvancePaid,2) }}
Due : {{ round($Due, 2)}}

In Words: {{ $InWords }} Taka Only


Customer Name : {{ $CustomerName }}
Phone : {{$Phone}}
Address : {{$Address}}
Delivery Date : {{ date('d/m/Y', strtotime($Invoice->DeliveryDate)) }}

@if(isset($ShopFooter))
{!! $ShopFooter->Footer !!}

@endif Have a nice Day ! | {{ $User->name }}
Invoice #

{{ $Invoice->ID }}


Powered by : {{ AuthorName() }}
To Buy Software : 01614777555,01712797386