@extends('layouts/inventory_layout') @section('title', '| ' . $pageTitle) @section('content')
| Sl. | Barcode | Brand | Product Name | Model | Sale Price | Total Quantity* | Cost Price* | Total Price* |
|---|---|---|---|---|---|---|---|---|
| {{$hasCategories[$key]}} | ||||||||
| {{ ++$serial }} | {{ $invProduct->barcode }} | {{ $invProduct->inv_brand->name }} | {{ $invProduct->name }} | {{ $invProduct->inv_model->name }} | {{ round($invProduct->sales_price,2) }} | /home/shikkhaplus/public_html/guk_bk/resources/views/inventory_me/tools/openingStock/edit.blade.php on line 102 " name="quantity[]" placeholder="Total Quantity" value="{{ $t_quantity}}" class="custom-quantity" data-qid=' Warning: Undefined variable $invProduct in /home/shikkhaplus/public_html/guk_bk/resources/views/inventory_me/tools/openingStock/edit.blade.php on line 102 Warning: Attempt to read property "id" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/inventory_me/tools/openingStock/edit.blade.php on line 102 ' /> |
/home/shikkhaplus/public_html/guk_bk/resources/views/inventory_me/tools/openingStock/edit.blade.php on line 103 " name="opening_amount[]" value="{{ round($t_cost_price,2)}}" class="custom-costprice" data-qid=' Warning: Undefined variable $invProduct in /home/shikkhaplus/public_html/guk_bk/resources/views/inventory_me/tools/openingStock/edit.blade.php on line 103 Warning: Attempt to read property "id" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/inventory_me/tools/openingStock/edit.blade.php on line 103 ' /> |
/home/shikkhaplus/public_html/guk_bk/resources/views/inventory_me/tools/openingStock/edit.blade.php on line 104 " name="total_amount[]" value="{{ round($t_total_price,2)}}" class="custom-total" readonly /> |
| Total | ||||||||