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

{{ __('Stock List') }}

@include('business::print.header')

{{ __('Stock List') }}

@csrf
@include('business::stocks.datas')
{{ __('SL') }}. {{ __('Product') }} {{ __('Cost') }} {{ __('Qty') }} {{ __('Sale') }} {{ __('Stock Value') }}
{{ $stocks->links('vendor.pagination.bootstrap-5') }}
@endsection