{{ $generalsettings?->address }}
{{ $generalsettings?->phone }}
{{ $generalsettings?->email }}
{{ __('product_report') }}
{{ __('sl') }} | {{ __('product') }} | {{ __('total_stock') }} | {{ __('total_purchase') }} | {{ __('total_purchase_price') }} | {{ __('total_sale') }} | {{ __('total_selling_price') }} | {{ __('total_sale_return') }} |
---|---|---|---|---|---|---|---|
{{ $loop->iteration }} |
![]() {{ $product->name }}
|
{{ $product->qty }} | {{ $product->purchaseProducts()->sum('qty') }} | {{ numberFormat($product->purchaseProducts()->sum('total')) }} | {{ $product->saleProducts()->sum('qty') }} | {{ numberFormat($product->saleProducts()->sum('total')) }} | {{ $product->saleReturnProducts()->sum('qty') }} |
{{ __('total') }} | {{ numberFormat($total_purchase_price) }} | {{ numberFormat($total_selling_price) }} |