@extends('business::layouts.master') @section('title') {{ __('Stock List') }} @endsection @section('main_content')
{{ __('Total Quantity') }}
{{ $total_qty }}
{{ __('Total Stock Value') }}
{{ currency_format($total_stock_value, currency : business_currency()) }}