@extends('layouts.business.master') @section('title') {{ __('Stock Reports') }} @endsection @section('main_content')
{{ __('Total Quantity') }}
{{ $total_qty }}
{{ __('Total Stock Value') }}
{{ currency_format($total_stock_value) }}
| {{ __('SL') }}. | {{ __('Product') }} | {{ __('Cost') }} | {{ __('Qty') }} | {{ __('Sale') }} | {{ __('Stock Value') }} |
|---|