@extends('layouts/pos_layout') @section('title', '| Opening Stock Details') @section('content') @include('successMsg')
| SL# | Branch Name | Product Name | Opening Date | Product Barcode | Product Quantity | Product Opening Amount | Product Total Amount |
|---|---|---|---|---|---|---|---|
| {{++$no}} | {{$posOpeningStocksDetail->branch_code}}-{{$posOpeningStocksDetail->branch_name}} | {{$posOpeningStocksDetail->product_name}} | {{Carbon::parse($posOpeningStocksDetail->opening_date)->format('d-m-Y')}} | {{$posOpeningStocksDetail->barcode}} | {{$posOpeningStocksDetail->quantity}} | {{number_format($posOpeningStocksDetail->opening_amount,2)}} | {{number_format($posOpeningStocksDetail->total_amount,2)}} |
| Total | {{ $totalQty}} | {{ number_format($totalOpeningAmount,2)}} | {{ number_format($totalAmount,2)}} | ||||