ASTAR MOBILES PRIVATE LIMITED
SECOND FLOOR, NO.36/1, MODEL SCHOOL ROAD
CHENNAI - 600006
GST Number: 33AASCA1416F1ZZ
CIN: U74999TN2019PTC128558
E-Mail: astarmobiles7@gmail.com

Invoice No

{{ !empty($sales->invoice_no) ? $sales->invoice_no : '' }}

Dated

{{ !empty($sales->sales_date) ? $sales->sales_date : '' }}

Delivery Note

Mode/Terms of Payment

Supplier's Ref.

Other Reference(s)

Buyer's Order No.

Dated

Buyer :
{{ !empty($sales->vendor_name) ? $sales->vendor_name : '' }}
{{ !empty($sales->vendorName->company_name) ? $sales->vendorName->company_name : '' }}
{{ !empty($sales->vendorName->address) ? $sales->vendorName->address : '' }}
Phone: {{ !empty($sales->vendorName->mobile_number) ? $sales->vendorName->mobile_number : '' }}
E-Mail: {{ !empty($sales->vendorName->email_id) ? $sales->vendorName->email_id : '' }}
GSTIN/UIN : {{ !empty($sales->vendorName->gst) ? $sales->vendorName->gst : '' }}
{{-- PAN No : {{!empty($sales->vendorName->pan)?$sales->vendorName->pan:''}}
--}}

Despatch Document No.

Delivery Note Date

Despatched Through

Destination

Terms Of Delivery

@php $invoice_no = !empty($sales->invoice_no) ? $sales->invoice_no : '0'; $qnty = !empty($sales->pro_count) ? $sales->pro_count : '0'; $total_dp_price = 0; if (!empty($invoice_no)) { $paymentsds = \App\Models\Invoice::where('invoice_no', $invoice_no)->sum('nlc_price'); $paymentsd = \App\Models\Invoice::where('invoice_no', $invoice_no) ->where('accept_status', '!=', null) ->where('acpt', '!=', null) ->where('returned_status', '=', null) ->where('received_status', '=', null) ->sum('dp_price'); $payments = number_format($paymentsd, 2, '.', ''); $total_dp_price = (int) $paymentsd; $mopprices = \App\Models\Invoice::where('invoice_no', $invoice_no)->sum('dp_price'); $mopprices = $mopprices - $paymentsds; $mopprice = number_format($mopprices, 2, '.', ''); } else { $payments = '0'; $mopprice = '0'; } if (!empty($qnty)) { $avmuntss = $payments / $qnty; $avmunts = number_format($avmuntss, 2, '.', ''); } else { $avmunts = $payments; } if (!empty($payments)) { $margamut = $mopprice; } else { $margamut = '0'; } if (!empty($margamut)) { $cgstd = $margamut - $margamut * (100 / (100 + 18)); $cgst = number_format($cgstd, 2, '.', ''); } else { $cgst = '0'; } $lstgst = $margamut - $cgst; $lstgstn = $lstgst + $cgst; $total = $payments - $cgst; @endphp
{{-- Items --}} @foreach ($items as $item) @endforeach {{-- --}} {{-- Rest of GST --}}
SL. No. Description Of Goods HSN/SAC Quantity Rate Per Amount
{{ $item['index'] }}

{{ $item['pro_model'] }} {{ $item['product_name'] }}

85171290

1

₹{{ $item['dp_price'] }}

Nos

₹{{ $item['dp_price'] }}

1

MIXED PHONES - Exempted

85171290

{{ $qnty }}

₹{{ $avmunts }}

Nos

₹{{ $payments }}

Sub Total

₹{{ $total_dp_price }}

CGST 9% Output

9

%

₹{{ ($total_dp_price * 9) / 100 }}

SGST 9% Output

9

%

₹{{ ($total_dp_price * 9) / 100 }}

Total {{ count($items) }}

₹{{ ($total_dp_price * 18) / 100 + $total_dp_price }}

Amount chargeable (in words)

E. O.E

INR {{ numberToWords(($total_dp_price * 18) / 100 + $total_dp_price) }}

HSC Taxable
Central Tax
Rate Amount
Sales Tax
Rate Amount
Total Tax Amount
  ₹{{ ($total_dp_price * 18) / 100 }}
9% ₹{{ ($total_dp_price * 9) / 100 }}
9% ₹{{ ($total_dp_price * 9) / 100 }}
₹{{ ($total_dp_price * 18) / 100 }}
Total ₹{{ ($total_dp_price * 18) / 100 }}
₹{{ ($total_dp_price * 9) / 100 }}
₹{{ ($total_dp_price * 9) / 100 }}
₹{{ ($total_dp_price * 18) / 100 }}
@php $ttax = $cgst + $cgst; @endphp

Tax Amount (in Words): {{ numberToWords(($total_dp_price * 18) / 100) }}

Company's PAN : {{ !empty($sales->vendorName->pan) ? $sales->vendorName->pan : '' }}

Declaration :

As Per GST rule 32(5) of the CGST Rule, 2017, Used goods as such or after minor processing which does not change the nature of the goods and where no input tax credit has beeb available on the purchase of such Goods

For Astar Mobiles Pvt Ltd.,

Authorised Signature

@section('scripts') @endsection