@extends('layouts.master')
@section('page_title', 'Stock Report')
@section('title', 'Stock Report')
@section('main_item', 'Reports')
@section('sub_item', 'Stock Report')
@section('content')
{{--
trending_product != '1') style="display: none" @endif> --}}
| SKU |
Product Name |
{{-- @if ($setting->all_column)
Product Image
|
@endif --}}
Attribute
value And Qty
|
Current Stock |
{{-- @if ($setting->all_column)
Purchase Price |
@endif --}}
Selling Price |
Second Selling Price |
{{-- Current Stock Value
(by purchase price) |
Current Stock Value
(by sale price) |
Protential Profit | --}}
Total Unit Sold |
Total |
{{-- | --}}
|
|
{{-- |
|
|
|
| --}}
|
|
|
@endsection
@section('scripts')
@endsection