@extends('report.pdf.layouts.app') @section('pdf_content')
|
Opening Stock Report Branch: {{ $branch->branch_name }} Address: {{ $branch->address }} |
| Sl | Code | Product | Quanity | TP | Total TP | MRP | Total MRP |
|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $item->product_code }} | {{ $item->name }} | {{ DecimalFormat($item->opening_stock) }} | {{ DecimalFormat($item->purchase_price) }} | {{ DecimalFormat($total_tp) }} | {{ DecimalFormat($item->sale_price) }} | {{ DecimalFormat($total_mrp) }} |
| Total | {{ DecimalFormat($netqty) }} | {{ DecimalFormat($nettp) }} | {{ DecimalFormat($netmrp) }} | ||||