@extends('layouts.business.master') @section('title') {{ __('Stock List') }} @endsection @php $modules = product_setting()->modules ?? []; @endphp @section('main_content')
{{ __('Total Quantity') }}
{{ $total_qty }}
{{ __('Total Stock Value') }}
{{ currency_format($total_stock_value, currency : business_currency()) }}
| {{ __('SL') }}. | {{ __('Product') }} | {{ __('Code') }} | {{ __('Category') }} | @usercan('stocks.price'){{ __('Cost') }} | @endusercan{{ __('Qty') }} | {{ __('Sale') }} | {{ __('Stock Value') }} |
|---|