@extends('admin.layouts.app') @section('title', 'Supplier Wise Purchase') @push('styles') @endpush @section('container')
{{ config('app.address') }}
Party Name: {{ $supplierName }}
| SL. | Product | InQty | OutQty | NetAmount |
|---|---|---|---|---|
| {{ $index+1 }} | {{ $stock->product_name }} | {{ number_format($stock->total_stock/$unit->quantity,2) }} | 0.00 | {{ number_format($stock->total_amount,2) }} |
| Total | {{ number_format($total_stock_in,2) }} | 0.00 | {{ number_format($stocks->sum('total_amount'),2) }} | |