@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()) }}