@extends('layouts/pos_layout') @section('title', '| Add Opeining') @section('content') @php use App\Models\pos\ProductConfig\PosProduct; @endphp
| 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/morning_bird_bk/resources/views/pos/tools/openingStock/addOpeningStock.blade.php on line 107 " name="quantity[]" placeholder="Total Quantity" value="0" class="custom-quantity" data-qid=' Warning: Undefined variable $posProduct in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/tools/openingStock/addOpeningStock.blade.php on line 107 Warning: Attempt to read property "id" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/tools/openingStock/addOpeningStock.blade.php on line 107 ' /> |
/home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/tools/openingStock/addOpeningStock.blade.php on line 108 " name="opening_amount[]" value="{{ $posProduct->cost_price}}" class="custom-costprice" readonly /> |
/home/shikkhaplus/public_html/morning_bird_bk/resources/views/pos/tools/openingStock/addOpeningStock.blade.php on line 109 " name="total_amount[]" value="0" class="custom-total" readonly /> |
| Total | ||||||||