@extends('admin.layout') @section('title', 'Edit Proprietary Product') @section('content')
Update details, image, or pack-size pricing
| Pack Size | Unit | Price | Cross Price |
|---|---|---|---|
| {{ $v->prod_quantity }} | {{ $v->prod_quantity_type }} | ₹{{ number_format((float)$v->prod_price, 2) }} | ₹{{ number_format((float)$v->prod_cross_price, 2) }} |