{{-- Extends layout --}} @extends('layout.order_layout') @section('styles') @endsection {{-- Content --}} @section('content')
Sl | Item Code | Item Name | Unit | Pack Size | Stock | Price | Add To Cart |
---|---|---|---|---|---|---|---|
{{$index+1}} | {{$productPrice->Code}} | {{$productPrice->Name}} | {{$productPrice->Unit}} | {{$productPrice->PackSize}} | {{$productPrice->Qty}} | {{$productPrice->Price}} |
{{--
|