@extends('layouts/contentLayoutMaster') @section('title', 'Store Stock In Transactions') @section('vendor-style') {{-- vendor css files --}} @endsection @section('content') {{ $selectedStore ? $selectedStore->name : '' }} {{-- Export Prices --}} {{-- --}} Ref No. Purchase Date. Code Item UOM Factor Quantity Final Quantity Prev Price (Per Unit) Current Price (Per Unit) Price Variance Prev Weighted Avg Rate (Per Unit) Current Weighted Avg Rate (Per Unit) Weighted Variance Type {{-- Action --}} @endsection @section('vendor-script') @endsection