@extends('layouts.dashboard.superadminapp') @section('title', 'View Sales Order') @section('styles') @endsection @section('content')
{{ $order->bill_address ?? '-' }}
{{ $order->ship_address ?? '-' }}
| # | Material Code | HSN Code | Description | Additional Details | Req By Date | Qty | UOM | Unit Rate | Discount | Value | SGST | CGST | IGST | Amount |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $item->sl_no }} | {{ $item->material_code ?? '-' }} | {{ $item->hsn_code ?? '-' }} | {{ $item->material_description ?? '-' }} | {{ $item->additional_details ?? '-' }} | {{ $item->required_by_date ? \Carbon\Carbon::parse($item->required_by_date)->format('d M Y') : '-' }} | {{ $item->quantity }} | {{ $item->uom }} | ₹{{ number_format($item->unit_rate, 2) }} | {{ $item->discount }}% | ₹{{ number_format($item->value, 2) }} | {{ $item->sgst }}% | {{ $item->cgst }}% | {{ $item->igst }}% | ₹{{ number_format($item->amount, 2) }} |
| No items found | ||||||||||||||
{{ $order->inr_in_words ?? '-' }}