{{--
--}}
DELIVERY ORDER

SURYADEV ALLOYS & POWER PVT. LTD.,

MARKETING OFFICE, CHENNAI - 600 106.

Logo
{{-- --}}
{{-- --}} @if ($quotation->customer->gst_number[0] !== null) @else @endif


{{-- --}} {{-- --}}

D.O.NO : {{ isset($delivery_details[0]) ? $delivery_details[0]->do_number : '' }}

Date :{{ \Carbon\Carbon::parse($delivery_details[0]->created_at)->format('d-m-Y') }}

Party Name : {{ $quotation->customer->customer_name }}

Date :{{ \Carbon\Carbon::parse($delivery_details[0]->created_at)->format('d-m-Y') }}

GSTIN NO: {{ isset($delivery_details[0]) ? $delivery_details[0]->gst_number : '' }}

GSTIN NO: -

DO.NO : {{ isset($delivery_details[0]) ? $delivery_details[0]->do_number : '' }}

PAN NO : {{ $quotation->customer->pan_number[ $quotation->customer->default_address]}}

Sales Manager : {{$quotation->user->name }}

Contact Person name : {{$delivery_details[0]->cp_name ?? $quotation->customer->contact_person}}

Contact Number : {{ $delivery_details[0]->contact_no ?? $quotation->customer->contact_person_number}}

Billing Address:

Delivery Address :

{{-- Contact Person : {{$quotation->customer->contact_person }} --}}

GSTIN NO : {{ isset($delivery_details[0]) ? $delivery_details[0]->gst_number : '' }}

PAN NO : {{ $quotation->customer->pan_number}}

Telephone : {{$quotation->customer->contact_person_number }}

Brand Name: {{$quotation->brands->name }}

Product Grade : {{$quotation->product_grade->name }}

Product Type : {{$quotation->product_type->name }}

Invoice Payment Term : {{ isset($delivery_details[0]) ? $delivery_details[0]->invoice_payment_term : '' }}

{{-- --}}
{{-- --}} @php $sum = 0; @endphp @foreach ($productDetail as $product) {{-- --}} @endforeach {{-- --}}
S.No Size Basic Rate Loading Charges Freight Charges GST(18%) Rate Per MT Quantity Amount
{{ $loop->iteration }} {{ $product->productsize->name}} @php $basic_rate=(float)$product->price ?? 0.00 ; @endphp {{ (number_format($basic_rate, 2, '.', '')) }} {{ number_format((float)$product->loading_charges, 2, '.', '') }} {{ (number_format((float)$product->freight, 2, '.', '')) }} {{ (number_format(((float)$product->gst_amount / (float)$product->quantity ), 2, '.', '')) }} {{ (number_format($formattedTotal, 2, '.', '')) }} @php $sub_total=(float)$product->freight +(float)$product->loading_charges + $product->price; $GST_amount = ( $sub_total) * (18 / 100); $total=$sub_total+ $GST_amount; $subtotal = $total * $product->quantity; $sum += $subtotal; @endphp {{ (number_format((float)$product->quantity , 2, '.', '')) }} (MT) {{ (number_format((float)$product->subtotal , 2, '.', '')) }}
{{ number_format($quotation->quantity, 2, '.', '') }} (MT) {{ number_format($quotation->total, 2, '.', '') }}
{{-- --}} @if ($quotation->transportation_id ==2) @endif {{-- --}} {{-- --}} {{-- --}} {{-- --}}

ARN NO : @if ( isset($delivery_details[0]) && $delivery_details[0]->arv_no != null) {{ $delivery_details[0]->arv_no}} @else - @endif

TCS 0.1 % : @if ($quotation->customer->tcs_status == 0) TCS Not Applicable @else TCS Applicable @endif

Transport Arranged : {{ $quotation->transportation->name ?? '' }}

Vehicle No : {{ isset($delivery_details[0]) ? $delivery_details[0]->party_vehicle_no : '' }}

ARV NO

:

@if ( isset($delivery_details[0]) && $delivery_details[0]->arv_no != null) {{ $delivery_details[0]->arv_no}} @else - @endif

TCS 0.1 %

:

@if ($quotation->customer->tcs_status == 0) TCS Not Applicable @else TCS Applicable @endif

Delivery Address

:

{{ $quotation->delivery_address }}

Transport Arranged

:

{{ $quotation->transportation->name ?? '' }}

Transport Payment

:

By Suryadev

Contact Name

:

{{ isset($delivery_details[0]) ? $delivery_details[0]->contact_person : '' }}

Contact No

:

{{ isset($delivery_details[0]) ? $delivery_details[0]->contact_no : '' }}

{{--

Including Loading Charges Bend

Note : The above prices are inclusive of CGST 9% & SGST 9%, & EX-FACTORY

A. The Original Invoice Copy Should Be Sent To The Marketing Office

B. Material Should Be Loaded In Bend

C. The Test Certificate Should Sent Along With The Material

D. Only Fresh Material Should Be Loaded

E. Each Bundle Should Have Brand Tag

F. Number Of Bundles Should Be Mentioned In The Invoice.

G. Please Do Not Send Excess Qty

--}} {{-- --}} {{--
Order Booked By : {{ isset($delivery_details[0]) ? $delivery_details[0]->ob_bookby : '' }} DO Prepared By : {{ isset($delivery_details[0]) ? $delivery_details[0]->do_preparedby : '' }} Dues By: {{ isset($delivery_details[0]) ? $delivery_details[0]->dues_by : '' }} DO Authourised By : {{ isset($delivery_details[0]) ? $delivery_details[0]->do_authourised_dby : '' }}
--}}