Page No: {{$pageNo++}}
{{ is_numeric(Auth::user()->active_unit) ? \App\Unit::query()->findOrFail(Auth::user()->active_unit)->name : 'NULL' }}
Stock Summary Report
{{ $from }} To {{ $to }}
{{ $group_name}}
| #SL | Name | Unit | Quantity | Rate | Value | {{--Date | --}}
|---|---|---|---|---|---|---|
| {{ $i++ }} | {{ $stock['name']}} | {{ $stock['unit']}} | {{ $stock['qty'] }} | {{ number_format($stock['price'], 2) }} | {{ number_format($stock['qty'] * $stock['price'], 2)}} | {{--{{ $stock['created_at'] }} | --}}
| {{count($stocks)}} | Total Value | {{ number_format($total_quantity,2) }} | {{ number_format($total_value,2) }} | |||