@extends('layouts/pos_layout') @section('title', '| Edit Opeining') @section('content')
| Sl. | Barcode | Brand | Product Name | Model | Sale Price | Total Quantity | Cost Price | Total Price |
|---|---|---|---|---|---|---|---|---|
| {{$hasCategorys[$key]}} | ||||||||
| {{ ++$serial }} | {{ $posProduct->barcode }} | {{ ($posProduct->brand) ? $posProduct->brand->name : '' }} | {{ $posProduct->name }} | {{ ($posProduct->model) ? $posProduct->model->name : '' }} | {{ $posProduct->sales_price }} | /home/shikkhaplus/public_html/guk_bk/resources/views/pos/tools/openingStock/editOpeningStock.blade.php on line 110 " name="quantity[]" placeholder="Total Quantity" value="{{ $t_quantity}}" class="custom-quantity" data-qid=' Warning: Undefined variable $posProduct in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/tools/openingStock/editOpeningStock.blade.php on line 110 Warning: Attempt to read property "id" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/pos/tools/openingStock/editOpeningStock.blade.php on line 110 ' /> |
/home/shikkhaplus/public_html/guk_bk/resources/views/pos/tools/openingStock/editOpeningStock.blade.php on line 111 " name="opening_amount[]" value="{{ round($t_cost_price,2)}}" class="custom-costprice" readonly /> |
/home/shikkhaplus/public_html/guk_bk/resources/views/pos/tools/openingStock/editOpeningStock.blade.php on line 112 " name="total_amount[]" value="{{ round($t_total_price,2)}}" class="custom-total" readonly /> |
| Total | ||||||||