@extends('layouts.app') @section('title','Create Invoice • JAN Enterprises ERP') @section('page_title','Generate Invoice') @section('page_subtitle',$order->order_no.' • '.$order->company->name) @section('content')
| Description | HSN | Qty | Rate | Amount |
|---|---|---|---|---|
| {{ $item->asset->name }} Laptop | {{ $item->asset->hsn ?: '—' }} | {{ $item->quantity }} | ₹{{ number_format((float)$item->sell_price_per_unit,2) }} | ₹{{ number_format((float)$item->final_amount,2) }} |